diff tools/protein_analysis/tmhmm2.xml @ 19:4cd848c5590b draft

Uploaded v0.2.5 preview 3, use $NSLOTS in the PSORT wrappers.
author peterjc
date Thu, 23 May 2013 12:49:18 -0400
parents af3174637834
children a538e182fab3
line wrap: on
line diff
--- a/tools/protein_analysis/tmhmm2.xml	Fri May 10 07:48:26 2013 -0400
+++ b/tools/protein_analysis/tmhmm2.xml	Thu May 23 12:49:18 2013 -0400
@@ -5,9 +5,11 @@
     <parallelism method="basic" split_inputs="fasta_file" split_mode="to_size" split_size="2000" merge_outputs="tabular_file"></parallelism>
     <command interpreter="python">
       tmhmm2.py "\$NSLOTS" $fasta_file $tabular_file
+      ##I want the number of threads to be a Galaxy config option...
       ##Set the number of threads in the runner entry in universe_wsgi.ini
       ##which (on SGE at least) will set the $NSLOTS environment variable.
-      ##If the environment variable isn't set, get "", and defaults to one.
+      ##If the environment variable isn't set, get "", and the python wrapper
+      ##defaults to four threads.
     </command>
     <stdio>
         <!-- Anything other than zero is an error -->