Previous changeset 7:25b0f2f2c506 (2014-01-09) Next changeset 9:424d49834830 (2014-01-20) |
Commit message:
Convert tool to use $GALAXY_SLOTS if available. |
modified:
cuffmerge_wrapper.xml |
b |
diff -r 25b0f2f2c506 -r 5543c3d33e26 cuffmerge_wrapper.xml --- a/cuffmerge_wrapper.xml Thu Jan 09 14:28:28 2014 -0500 +++ b/cuffmerge_wrapper.xml Thu Jan 16 13:14:19 2014 -0500 |
b |
@@ -7,7 +7,7 @@ <command interpreter="python"> cuffmerge_wrapper.py - --num-threads="4" + --num-threads="\${GALAXY_SLOTS:-4}" ## Use annotation reference? #if $annotation.use_ref_annotation == "Yes": |