comparison build/tools/Sbml2CompoundGraph/Sbml2CompoundGraph.xml @ 10:6a112eaf8f38 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 71071300dd662ad01bd064abcf6866a192eeea95
author metexplore
date Mon, 03 Feb 2025 15:59:46 +0000
parents 0976a6257300
children 40c15b7467f1
comparison
equal deleted inserted replaced
9:0976a6257300 10:6a112eaf8f38
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <tool id="met4j_Sbml2CompoundGraph" name="Sbml2CompoundGraph" version="develop"> 2 <tool id="met4j_Sbml2CompoundGraph" name="Sbml2CompoundGraph" version="2.0.0">
3 <description>Advanced creation of a compound graph representation of a SBML file content</description> 3 <description>Advanced creation of a compound graph representation of a SBML file content</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:develop</container> 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:2.0.0</container>
9 </requirements> 9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh convert.Sbml2CompoundGraph -i "$inputPath" 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh convert.Sbml2CompoundGraph -i "$inputPath"
11 #if str($inputSide) != 'None': 11 #if str($inputSide) != 'None':
12 -sc "$inputSide" 12 -sc "$inputSide"
13 #end if 13 #end if
52 <outputs> 52 <outputs>
53 <data format="txt" name="output"/> 53 <data format="txt" name="output"/>
54 </outputs> 54 </outputs>
55 <tests> 55 <tests>
56 <test> 56 <test>
57
58
59
60 <param name="inputPath" value="XF_network.sbml"/> 57 <param name="inputPath" value="XF_network.sbml"/>
61
62
63
64 <param name="inputSide" value="XF_network_C_Side.tab"/> 58 <param name="inputSide" value="XF_network_C_Side.tab"/>
65
66
67
68 <param name="format" value="gml"/> 59 <param name="format" value="gml"/>
69
70
71
72 <output name="output"> 60 <output name="output">
73
74
75
76 <assert_contents> 61 <assert_contents>
77
78
79
80 <has_line_matching expression=".*node.*" n="1101"/> 62 <has_line_matching expression=".*node.*" n="1101"/>
81
82
83
84 <has_line_matching expression=".*edge.*" n="5581"/> 63 <has_line_matching expression=".*edge.*" n="5581"/>
85
86
87
88 </assert_contents> 64 </assert_contents>
89
90
91
92 </output> 65 </output>
93
94
95
96 </test> 66 </test>
97 <test> 67 <test>
98
99
100
101 <param name="inputPath" value="XF_network.sbml"/> 68 <param name="inputPath" value="XF_network.sbml"/>
102
103
104
105 <param name="inputSide" value="XF_network_C_Side.tab"/> 69 <param name="inputSide" value="XF_network_C_Side.tab"/>
106
107
108
109 <param name="undirected" value="true"/> 70 <param name="undirected" value="true"/>
110
111
112
113 <param name="computeWeight" value="true"/> 71 <param name="computeWeight" value="true"/>
114
115
116
117 <param name="removeIsolated" value="true"/> 72 <param name="removeIsolated" value="true"/>
118
119
120
121 <param name="degree" value="true"/> 73 <param name="degree" value="true"/>
122
123
124
125 <param name="mergingStrat" value="by_id"/> 74 <param name="mergingStrat" value="by_id"/>
126
127
128
129 <param name="format" value="gml"/> 75 <param name="format" value="gml"/>
130
131
132
133 <output name="output"> 76 <output name="output">
134
135
136
137 <assert_contents> 77 <assert_contents>
138
139
140
141 <has_line_matching expression=".*node.*" n="793"/> 78 <has_line_matching expression=".*node.*" n="793"/>
142
143
144
145 <has_line_matching expression=".*edge.*" n="9372"/> 79 <has_line_matching expression=".*edge.*" n="9372"/>
146
147
148
149 </assert_contents> 80 </assert_contents>
150
151
152
153 </output> 81 </output>
154
155
156
157 </test> 82 </test>
158 </tests> 83 </tests>
159 <help><![CDATA[Metabolic networks used for quantitative analysis often contain links that are irrelevant for graph-based structural analysis. For example, inclusion of side compounds or modelling artifacts such as 'biomass' nodes. 84 <help><![CDATA[Metabolic networks used for quantitative analysis often contain links that are irrelevant for graph-based structural analysis. For example, inclusion of side compounds or modelling artifacts such as 'biomass' nodes.
160 While Carbon Skeleton Graph offer a relevant alternative topology for graph-based analysis, it requires compounds' structure information, usually not provided in model, and difficult to retrieve for model with sparse cross-reference annotations. 85 While Carbon Skeleton Graph offer a relevant alternative topology for graph-based analysis, it requires compounds' structure information, usually not provided in model, and difficult to retrieve for model with sparse cross-reference annotations.
161 In contrary to the Sbml2Graph app that performs a raw conversion of the SBML content, the present app propose a fine-tuned creation of compound graph from predefined list of side compounds and degree weighting to get relevant structure without structural data.This app also enables Markov-chain based analysis of metabolic networks by computing reaction-normalized transition probabilities on the network.]]></help> 86 In contrary to the Sbml2Graph app that performs a raw conversion of the SBML content, the present app propose a fine-tuned creation of compound graph from predefined list of side compounds and degree weighting to get relevant structure without structural data.This app also enables Markov-chain based analysis of metabolic networks by computing reaction-normalized transition probabilities on the network.]]></help>