comparison tools/networkAnalysis/ChokePoint/ChokePoint.xml @ 9:0976a6257300 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 05db35f63cadb9d56dafff594a3507c59cd85273
author metexplore
date Fri, 31 Jan 2025 18:28:53 +0000
parents 1436e9cde9c9
children 6a112eaf8f38
comparison
equal deleted inserted replaced
8:1274e2a62479 9:0976a6257300
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <tool id="met4j_ChokePoint" name="ChokePoint" version="MET4J_VERSION_TEST"> 2 <tool id="met4j_ChokePoint" name="ChokePoint" version="develop">
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:MET4J_VERSION_TEST</container> 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:develop</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 <param name="inputPath" value="XF_network.sbml"/> 21
22 <output ftype="tsv" name="outputPath"> 22
23 <assert_contents> 23
24 <has_n_lines n="695"/> 24
25 <has_n_columns n="3"/> 25
26 <has_line_matching expression="R_ADEtex.*adenine_transport_via_diffusion__extracellular_to_periplasm_.*M_ade_e &lt;==&gt; M_ade_p" n="1"/> 26
27 <has_line_matching expression="R_AGDC_r.*R_AGDC_r.*M_acgam6p_c \+ M_h2o_c --&gt; M_ac_c \+ M_gam6p_c" n="1"/> 27
28 </assert_contents> 28
29 </output> 29
30 </test> 30
31
32 <param name="inputPath" value="XF_network.sbml"/>
33
34
35
36
37
38
39
40
41
42
43
44 <output ftype="tsv" name="outputPath">
45
46
47
48
49
50
51
52
53
54
55
56 <assert_contents>
57
58
59
60
61
62
63
64
65
66
67
68 <has_n_lines n="695"/>
69
70
71
72
73
74
75
76
77
78
79
80 <has_n_columns n="3"/>
81
82
83
84
85
86
87
88
89
90
91
92 <has_line_matching expression="R_ADEtex.*adenine_transport_via_diffusion__extracellular_to_periplasm_.*M_ade_e &lt;==&gt; M_ade_p" n="1"/>
93
94
95
96
97
98
99
100
101
102
103
104 <has_line_matching expression="R_AGDC_r.*R_AGDC_r.*M_acgam6p_c \+ M_h2o_c --&gt; M_ac_c \+ M_gam6p_c" n="1"/>
105
106
107
108
109
110
111
112
113
114
115
116 </assert_contents>
117
118
119
120
121
122
123
124
125
126
127
128 </output>
129
130
131
132
133
134
135
136
137
138
139
140 </test>
31 </tests> 141 </tests>
32 <help><![CDATA[Compute the Choke points of a metabolic network. 142 <help><![CDATA[Compute the Choke points of a metabolic network.
33 Choke points constitute an indicator of lethality and can help identifying drug target 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 143 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 See : Syed Asad Rahman, Dietmar Schomburg; Observing local and global properties of metabolic pathways: ‘load points’ and ‘choke points’ in the metabolic networks. Bioinformatics 2006; 22 (14): 1767-1774. doi: 10.1093/bioinformatics/btl181]]></help> 144 <citations>
35 <citations/> 145 <citation type="doi">10.1093/bioinformatics/btl181</citation>
146 </citations>
36 </tool> 147 </tool>