diff tools/networkAnalysis/ExtractSubNetwork/ExtractSubNetwork.xml @ 1:9b162ee6ff8e draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 12798951d21c3b2b13514b38148b2848cb422c95
author metexplore
date Mon, 27 Jun 2022 13:41:08 +0000
parents dcd16521b969
children e69a78624877
line wrap: on
line diff
--- a/tools/networkAnalysis/ExtractSubNetwork/ExtractSubNetwork.xml	Fri Jun 10 10:31:34 2022 +0000
+++ b/tools/networkAnalysis/ExtractSubNetwork/ExtractSubNetwork.xml	Mon Jun 27 13:41:08 2022 +0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<tool id="met4j_ExtractSubNetwork" name="ExtractSubNetwork" version="0.11.0">
+<tool id="met4j_ExtractSubNetwork" name="ExtractSubNetwork" version="0.12.0">
   <description>Create a subnetwork from a GSMN in SBML format, and two files containing lists of compounds of interests ids, one per row.</description>
   <xrefs>
     <xref type="bio.tools">met4j</xref>
   </xrefs>
   <requirements>
-    <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:0.11.0</container>
+    <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:0.12.0</container>
   </requirements>
   <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.ExtractSubNetwork -i "$inputPath"
  -s "$sourcePath"
@@ -18,6 +18,8 @@
  -cw "$weightFile"
 #end if
  $chemicalSim
+ $undirected
+ $asTable
 #if str($k):
  -k "$k"
 #end if
@@ -32,6 +34,8 @@
     <param argument="-dw" checked="false" falsevalue="" label="penalize traversal of hubs by using degree square weighting" name="degree" truevalue="-dw" type="boolean" value="false"/>
     <param argument="-cw" format="tsv" label="an optional file containing weights for compound pairs" name="weightFile" optional="true" type="data" value=""/>
     <param argument="-sw" checked="false" falsevalue="" label="penalize traversal of non-relevant edges by using chemical similarity weighting" name="chemicalSim" truevalue="-sw" type="boolean" value="false"/>
+    <param argument="-u" checked="false" falsevalue="" label="Ignore reaction direction" name="undirected" truevalue="-u" type="boolean" value="false"/>
+    <param argument="-tab" checked="false" falsevalue="" label="Export in tabulated file instead of .GML" name="asTable" truevalue="-tab" type="boolean" value="false"/>
     <param argument="-k" label="Extract k-shortest paths" name="k" optional="true" type="text" value="1">
       <sanitizer invalid_char="_">
         <valid initial="string.printable"/>
@@ -67,4 +71,5 @@
 Pertusi DA, Stine AE, Broadbelt LJ, et al. Efficient searching and annotation of metabolic networks using chemical similarity. Bioinformatics 2014;1–9.
 McShan DC, Rao S, Shah I. PathMiner: predicting metabolic pathways by heuristic search. Bioinformatics 2003;19:1692–8.
 ]]></help>
+  <citations/>
 </tool>