Mercurial > repos > metexplore > met4j_chokepoint
view ChokePoint.xml @ 3:44a268f73da5 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:25 +0000 |
| parents | 68a26768d2a5 |
| children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <tool id="met4j_ChokePoint" name="ChokePoint" version="@TOOL_VERSION@"> <description>Compute the Choke points of a metabolic network.</description> <macros> <import>macros.xml</import> </macros> <expand macro="bio_tools"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[met4j networkAnalysis.ChokePoint -i "$inputPath" -o "$outputPath" ]]></command> <inputs> <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/> </inputs> <outputs> <data format="tsv" name="outputPath"/> </outputs> <tests/> <help><![CDATA[Compute the Choke points of a metabolic network. Choke points are reactions that are required to consume or produce one compound. Targeting of choke point can lead to the accumulation or the loss of some metabolites, thus choke points constitute an indicator of lethality and can help identifying drug target. @ATTRIBUTION@]]></help> <citations> <citation type="doi">10.1093/bioinformatics/btl181</citation> </citations> </tool>
