Mercurial > repos > metexplore > met4j_chokepoint
diff ChokePoint.xml @ 0:0fee670ec5cd draft
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit e28ca123295d50b85ba872e5a4720fd72697ecc3
| author | metexplore |
|---|---|
| date | Thu, 13 Mar 2025 15:41:16 +0000 |
| parents | |
| children | 68a26768d2a5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ChokePoint.xml Thu Mar 13 15:41:16 2025 +0000 @@ -0,0 +1,37 @@ +<?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 fr.inrae.toulouse.metexplore.met4j_toolbox.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> + <test> + <param name="inputPath" value="XF_network.sbml"/> + <output ftype="tsv" name="outputPath"> + <assert_contents> + <has_n_lines n="695"/> + <has_n_columns n="3"/> + <has_line_matching expression="R_ADEtex.*adenine_transport_via_diffusion__extracellular_to_periplasm_.*M_ade_e <==> M_ade_p" n="1"/> + <has_line_matching expression="R_AGDC_r.*R_AGDC_r.*M_acgam6p_c \+ M_h2o_c --> M_ac_c \+ M_gam6p_c" n="1"/> + </assert_contents> + </output> + </test> + </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>
