comparison SideCompoundsScan.xml @ 2:cb9942e68c8c draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit 71335d4a636672d264cc4f443c07856907571928
author metexplore
date Fri, 21 Nov 2025 10:24:06 +0000
parents 97e6505bf8da
children
comparison
equal deleted inserted replaced
1:97e6505bf8da 2:cb9942e68c8c
27 ]]></command> 27 ]]></command>
28 <inputs> 28 <inputs>
29 <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/> 29 <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/>
30 <param argument="-s" checked="false" falsevalue="" label="output compounds flagged as side compounds only" name="sideOnly" truevalue="-s" type="boolean" value="false"/> 30 <param argument="-s" checked="false" falsevalue="" label="output compounds flagged as side compounds only" name="sideOnly" truevalue="-s" type="boolean" value="false"/>
31 <param argument="-id" checked="false" falsevalue="" label="do not report values in output, export ids of compounds flagged as side compounds, allowing piping results" name="noReportValue" truevalue="-id" type="boolean" value="false"/> 31 <param argument="-id" checked="false" falsevalue="" label="do not report values in output, export ids of compounds flagged as side compounds, allowing piping results" name="noReportValue" truevalue="-id" type="boolean" value="false"/>
32 <param argument="-d" label="flag as side compounds any compound with degree above threshold" name="degree" optional="true" type="text" value="400"> 32 <param argument="-d" label="flag as side compounds any compound with degree above threshold. Ignored if negative" name="degree" optional="true" type="text" value="-1">
33 <sanitizer invalid_char="_"> 33 <sanitizer invalid_char="_">
34 <valid initial="string.printable"/> 34 <valid initial="string.printable"/>
35 </sanitizer> 35 </sanitizer>
36 </param> 36 </param>
37 <param argument="-dp" label="flag as side compounds the top x% of compounds according to their degree" name="degreePrecentile" optional="true" type="float" value="NaN"/> 37 <param argument="-dp" label="flag as side compounds the top x% of compounds according to their degree. Ignored if negative" name="degreePrecentile" optional="true" type="float" value="2.0"/>
38 <param argument="-cc" checked="false" falsevalue="" label="flag as side compound any compound with less than 2 carbons in formula" name="flagInorganic" truevalue="-cc" type="boolean" value="false"/> 38 <param argument="-cc" checked="false" falsevalue="" label="flag as side compound any compound with less than 2 carbons in formula" name="flagInorganic" truevalue="-cc" type="boolean" value="false"/>
39 <param argument="-uf" checked="false" falsevalue="" label="flag as side compound any compound with no valid chemical formula" name="flagNoFormula" truevalue="-uf" type="boolean" value="false"/> 39 <param argument="-uf" checked="false" falsevalue="" label="flag as side compound any compound with no valid chemical formula" name="flagNoFormula" truevalue="-uf" type="boolean" value="false"/>
40 <param argument="-nc" label="flag as side compound any compound with a number of parallel edges shared with a neighbor above the given threshold" name="parallelEdge" optional="true" type="float" value="NaN"/> 40 <param argument="-nc" label="flag as side compound any compound with a number of parallel edges shared with a neighbor above the given threshold. Ignored if negative" name="parallelEdge" optional="true" type="float" value="-1.0"/>
41 <param argument="-m" label="degree is shared between compounds in different 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"> 41 <param argument="-m" label="degree is shared between compounds in different 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">
42 <option selected="true" value="no">no</option> 42 <option selected="true" value="no">no</option>
43 <option value="by_name">by_name</option> 43 <option value="by_name">by_name</option>
44 <option value="by_id">by_id</option> 44 <option value="by_id">by_id</option>
45 </param> 45 </param>
50 <tests> 50 <tests>
51 <test> 51 <test>
52 <param name="inputPath" value="XF_network.sbml"/> 52 <param name="inputPath" value="XF_network.sbml"/>
53 <output ftype="tsv" name="outputPath"> 53 <output ftype="tsv" name="outputPath">
54 <assert_contents> 54 <assert_contents>
55 <has_n_lines n="1108"/> 55 <has_n_lines min="1000"/>
56 <has_n_columns n="4"/> 56 <has_n_columns n="4"/>
57 </assert_contents> 57 </assert_contents>
58 </output> 58 </output>
59 </test> 59 </test>
60 <test> 60 <test>
61 <param name="inputPath" value="XF_network.sbml"/> 61 <param name="inputPath" value="XF_network.sbml"/>
62 <param name="noReportValue" value="true"/> 62 <param name="noReportValue" value="true"/>
63 <output ftype="tsv" name="outputPath"> 63 <output ftype="tsv" name="outputPath">
64 <assert_contents> 64 <assert_contents>
65 <has_n_lines n="6"/> 65 <has_n_lines min="30"/>
66 <has_n_columns n="1"/> 66 <has_n_columns n="1"/>
67 </assert_contents> 67 </assert_contents>
68 </output> 68 </output>
69 </test> 69 </test>
70 </tests> 70 </tests>