view ExtractPathways.xml @ 3:0e6f2202c787 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:28:59 +0000
parents 03a77f9c808d
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>