view ExtractPathways.xml @ 4:4bfcbd48cc18 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit c3527564d230b36ac1a196606c60c97a5b8ad9cf
author metexplore
date Mon, 02 Feb 2026 08:48:09 +0000
parents 0e6f2202c787
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<tool id="met4j_ExtractPathways" name="ExtractPathways" version="@TOOL_VERSION@">
  <description>Extract pathway(s) from a SBML file and create a sub-network SBML file</description>
  <macros>
    <import>macros.xml</import>
  </macros>
  <expand macro="bio_tools"/>
  <expand macro="requirements"/>
  <command detect_errors="exit_code"><![CDATA[met4j attributes.ExtractPathways -i "$inputPath"
 -p "$pathwayId"
 -o "$outputPath"
]]></command>
  <inputs>
    <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/>
    <param argument="-p" label="pathway identifiers, separated by &quot;+&quot; sign if more than one" name="pathwayId" optional="false" type="text" value="">
      <sanitizer invalid_char="_">
        <valid initial="string.printable"/>
      </sanitizer>
    </param>
  </inputs>
  <outputs>
    <data format="sbml" name="outputPath"/>
  </outputs>
  <tests/>
  <help><![CDATA[Extract pathway(s) from a SBML file and create a sub-network SBML file
@ATTRIBUTION@]]></help>
  <citations/>
</tool>