comparison tools/networkAnalysis/DegreeWeighting/DegreeWeighting.xml @ 5:35c9abcd8934 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 8577c4cd3ad279c5e97f48f822e041c6b0d90598
author metexplore
date Thu, 12 Jan 2023 13:45:13 +0000
parents ae4c301919c4
children 7a6f2380fc1d
comparison
equal deleted inserted replaced
4:ae4c301919c4 5:35c9abcd8934
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="met4j_DegreeWeighting" name="DegreeWeighting" version="1.2.0"> 2 <tool id="met4j_DegreeWeighting" name="DegreeWeighting" version="1.2.1">
3 <description>Provides tabulated compound graph edge list, with one column with target's degree.</description> 3 <description>Provides tabulated compound graph edge list, with one column with target's degree.</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:1.2.0</container> 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:1.2.1</container>
9 </requirements> 9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.DegreeWeighting#if str($pow): 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.DegreeWeighting#if str($pow):
11 -pow "$pow" 11 -pow "$pow"
12 #end if 12 #end if
13 -s "$inputPath" 13 -s "$inputPath"
28 <sanitizer invalid_char="_"> 28 <sanitizer invalid_char="_">
29 <valid initial="string.printable"/> 29 <valid initial="string.printable"/>
30 </sanitizer> 30 </sanitizer>
31 </param> 31 </param>
32 <param argument="-s" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/> 32 <param argument="-s" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/>
33 <param argument="-sc" format="" label="input Side compound file" name="inputSide" optional="true" type="data" value=""/> 33 <param argument="-sc" format="txt" label="input Side compound file" name="inputSide" optional="true" type="data" value=""/>
34 <param argument="-mc" label="merge compartments. Use names if consistent and unambiguous across compartments, or identifiers if compartment suffix is present (id in form &quot;xxx_y&quot; with xxx as base identifier and y as compartment label)." name="mergingStrat" optional="true" type="select" value="no"> 34 <param argument="-mc" label="merge compartments. Use names if consistent and unambiguous across compartments, or identifiers if compartment suffix is present (id in form &quot;xxx_y&quot; with xxx as base identifier and y as compartment label)." name="mergingStrat" optional="true" type="select" value="no">
35 <option selected="true" value="no">no</option> 35 <option selected="true" value="no">no</option>
36 <option value="by_name">by_name</option> 36 <option value="by_name">by_name</option>
37 <option value="by_id">by_id</option> 37 <option value="by_id">by_id</option>
38 </param> 38 </param>
40 <param argument="-un" checked="false" falsevalue="" label="create as undirected" name="undirected" truevalue="-un" type="boolean" value="false"/> 40 <param argument="-un" checked="false" falsevalue="" label="create as undirected" name="undirected" truevalue="-un" type="boolean" value="false"/>
41 <param argument="-tp" checked="false" falsevalue="" label="set weight as random walk transition probability, normalized by reaction" name="computeWeight" truevalue="-tp" type="boolean" value="false"/> 41 <param argument="-tp" checked="false" falsevalue="" label="set weight as random walk transition probability, normalized by reaction" name="computeWeight" truevalue="-tp" type="boolean" value="false"/>
42 <param argument="-nan" checked="false" falsevalue="" label="do not output edges with undefined weight" name="removeNaN" truevalue="-nan" type="boolean" value="false"/> 42 <param argument="-nan" checked="false" falsevalue="" label="do not output edges with undefined weight" name="removeNaN" truevalue="-nan" type="boolean" value="false"/>
43 </inputs> 43 </inputs>
44 <outputs> 44 <outputs>
45 <data format="" name="outputPath"/> 45 <data format="tsv" name="outputPath"/>
46 </outputs> 46 </outputs>
47 <tests/> 47 <tests/>
48 <help><![CDATA[Provides tabulated compound graph edge list, with one column with target's degree.Degree has been proposed as edge weight for finding meaningful paths in metabolic networks, using shortest (lightest) path search. See Croes et al. 2006 (https://doi.org/10.1016/j.jmb.2005.09.079) and Croes et al. 2005 (https://doi.org/10.1093/nar/gki437)]]></help> 48 <help><![CDATA[Provides tabulated compound graph edge list, with one column with target's degree.Degree has been proposed as edge weight for finding meaningful paths in metabolic networks, using shortest (lightest) path search. See Croes et al. 2006 (https://doi.org/10.1016/j.jmb.2005.09.079) and Croes et al. 2005 (https://doi.org/10.1093/nar/gki437)]]></help>
49 <citations/> 49 <citations/>
50 </tool> 50 </tool>