# HG changeset patch # User thanhlv # Date 1557144332 14400 # Node ID 63ba2e9353bbb4c35070c57cf2e407716a4082b9 # Parent 4c3fb37e628d9937558bf068603653cbea918a6b planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty diff -r 4c3fb37e628d -r 63ba2e9353bb nullarbor.xml --- a/nullarbor.xml Mon May 06 07:47:14 2019 -0400 +++ b/nullarbor.xml Mon May 06 08:05:32 2019 -0400 @@ -11,10 +11,10 @@ nullarbor.pl --run - --cpus $opt.cpus + --cpus '$opt.cpus' - #if $opt.verbose - $opt.verbose + #if '$opt.verbose' + '$opt.verbose' #end if --gcode $adv_opt.gcode @@ -41,26 +41,26 @@ --assembler $plugins.assembler - #if str($plugins.assembler-opt) != "" - --assembler-opt $plugins.assembler-opt + #if str($plugins.assembler_opt) != "" + --assembler_opt $plugins.assembler_opt #end if --treebuilder $plugins.treebuilder - #if str($plugins.treebuilder-opt) != "" - --treebuilder-opt $plugins.treebuilder-opt + #if str($plugins.treebuilder_opt) != "" + --treebuilder_opt $plugins.treebuilder_opt #end if --taxoner $plugins.taxoner - #if str($plugins.taxoner-opt) != "" - --taxoner-opt $plugins.taxoner-opt + #if str($plugins.taxoner_opt) != "" + --taxoner_opt $plugins.taxoner_opt #end if --annotator $plugins.annotator - #if str($plugins.annotator-opt) != "" - --annotator-opt $plugins.annotator-opt + #if str($plugins.annotator_opt) != "" + --annotator_opt $plugins.annotator_opt #end if --name $name @@ -75,9 +75,9 @@ -
- - +
+ +
@@ -232,23 +232,23 @@ - + - + - + - +