Mercurial > repos > metexplore > met4j
comparison build/tools/ChokePoint/ChokePoint.xml @ 11:40c15b7467f1 draft default tip
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 61dbdbae896d18b519a470e056cb8b4f98394518
| author | metexplore |
|---|---|
| date | Thu, 13 Feb 2025 15:08:22 +0000 |
| parents | 6a112eaf8f38 |
| children |
comparison
equal
deleted
inserted
replaced
| 10:6a112eaf8f38 | 11:40c15b7467f1 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 <tool id="met4j_ChokePoint" name="ChokePoint" version="2.0.0"> | 2 <tool id="met4j_ChokePoint" name="ChokePoint" version="2.0.1"> |
| 3 <description>Compute the Choke points of a metabolic network.</description> | 3 <description>Compute the Choke points of a metabolic network.</description> |
| 4 <xrefs> | 4 <xrefs> |
| 5 <xref type="bio.tools">met4j</xref> | 5 <xref type="bio.tools">met4j</xref> |
| 6 </xrefs> | 6 </xrefs> |
| 7 <requirements> | 7 <requirements> |
| 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:2.0.0</container> | 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:2.0.1</container> |
| 9 </requirements> | 9 </requirements> |
| 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.ChokePoint -i "$inputPath" | 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.ChokePoint -i "$inputPath" |
| 11 -o "$outputPath" | 11 -o "$outputPath" |
| 12 ]]></command> | 12 ]]></command> |
| 13 <inputs> | 13 <inputs> |
| 16 <outputs> | 16 <outputs> |
| 17 <data format="tsv" name="outputPath"/> | 17 <data format="tsv" name="outputPath"/> |
| 18 </outputs> | 18 </outputs> |
| 19 <tests> | 19 <tests> |
| 20 <test> | 20 <test> |
| 21 | |
| 21 <param name="inputPath" value="XF_network.sbml"/> | 22 <param name="inputPath" value="XF_network.sbml"/> |
| 23 | |
| 22 <output ftype="tsv" name="outputPath"> | 24 <output ftype="tsv" name="outputPath"> |
| 25 | |
| 23 <assert_contents> | 26 <assert_contents> |
| 27 | |
| 24 <has_n_lines n="695"/> | 28 <has_n_lines n="695"/> |
| 29 | |
| 25 <has_n_columns n="3"/> | 30 <has_n_columns n="3"/> |
| 31 | |
| 26 <has_line_matching expression="R_ADEtex.*adenine_transport_via_diffusion__extracellular_to_periplasm_.*M_ade_e <==> M_ade_p" n="1"/> | 32 <has_line_matching expression="R_ADEtex.*adenine_transport_via_diffusion__extracellular_to_periplasm_.*M_ade_e <==> M_ade_p" n="1"/> |
| 33 | |
| 27 <has_line_matching expression="R_AGDC_r.*R_AGDC_r.*M_acgam6p_c \+ M_h2o_c --> M_ac_c \+ M_gam6p_c" n="1"/> | 34 <has_line_matching expression="R_AGDC_r.*R_AGDC_r.*M_acgam6p_c \+ M_h2o_c --> M_ac_c \+ M_gam6p_c" n="1"/> |
| 35 | |
| 28 </assert_contents> | 36 </assert_contents> |
| 37 | |
| 29 </output> | 38 </output> |
| 39 | |
| 30 </test> | 40 </test> |
| 31 </tests> | 41 </tests> |
| 32 <help><![CDATA[Compute the Choke points of a metabolic network. | 42 <help><![CDATA[Compute the Choke points of a metabolic network. |
| 33 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.]]></help> | 43 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.]]></help> |
| 34 <citations> | 44 <citations> |
