changeset 17:cc357aad2022

Merge heads at 15:9b6eee0346de and 16:42f66e55b26b which were created as a result of a recently fixed bug.
author devteam <devteam@galaxyproject.org>
date Mon, 13 Jan 2014 12:26:39 -0500
parents 42f66e55b26b (current diff) 9b6eee0346de (diff)
children 954a6dea0561
files README fastq_groomer_parallel.xml
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Sep 14 17:19:32 2012 +1000
+++ b/README	Mon Jan 13 12:26:39 2014 -0500
@@ -23,6 +23,10 @@
 INSTALLATION:
 #================================================#
 
+Set the number of threads to use edit fastq_groomer_parallel.xml:
+Modify the last argument in the <command> tag, Default is 2
+
+
 Set the number of threads to use by editing: 
 fastq_groomer_parallel.xml:
 Modify the last argument in the <command> tag, Default is 8
--- a/fastq_groomer_parallel.xml	Fri Sep 14 17:19:32 2012 +1000
+++ b/fastq_groomer_parallel.xml	Mon Jan 13 12:26:39 2014 -0500
@@ -11,7 +11,7 @@
 #else:
 '${options_type.output_type}' '${options_type.force_quality_encoding}' '${options_type.summarize_input}'
 #end if
-'8'
+'2'
 </command>
   <inputs>
     <param name="input_file" type="data" format="fastq" label="File to groom" />