diff maketool.sh @ 11:bce330b97d42 draft

planemo upload commit 58fe26f452c61f1682290f662666043937943b81-dirty
author pablocarb
date Tue, 11 Jun 2019 04:04:24 -0400
parents 856bd14e6e96
children
line wrap: on
line diff
--- a/maketool.sh	Fri May 03 05:18:02 2019 -0400
+++ b/maketool.sh	Tue Jun 11 04:04:24 2019 -0400
@@ -27,6 +27,20 @@
     --example_input 'example.xlsx' \
     --example_output 'out.csv out2.csv' \
     --help_from_command 'python3 toolOptBioDes.py -h'
+
+# Generate tool backbone (additional params need to be entered manually 
+planemo tool_init --force \
+    --id 'rpviz' \
+    --name 'rpVisualizer' \
+    --description 'Pathway visualizer' \
+    --requirement libsbml \
+    --requirement networkx \
+    --requirement beatifulsoup4 \
+    --example_command 'python $__tool_directory__/toolVisualizer.py $input1 $output1' \
+    --example_input 'path.sbml' \
+    --example_output 'out.html' \
+    --help_from_command 'python3 toolVisualizer.py -h'
+
    
 # Init shed repository
 planemo shed_init . --force \