changeset 8:5543c3d33e26

Convert tool to use $GALAXY_SLOTS if available.
author Nate Coraor <nate@bx.psu.edu>
date Thu, 16 Jan 2014 13:14:19 -0500
parents 25b0f2f2c506
children 424d49834830
files cuffmerge_wrapper.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cuffmerge_wrapper.xml	Thu Jan 09 14:28:28 2014 -0500
+++ b/cuffmerge_wrapper.xml	Thu Jan 16 13:14:19 2014 -0500
@@ -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":