# HG changeset patch # User devteam # Date 1389633999 18000 # Node ID cc357aad2022022f691d26f476775e941c7b4850 # Parent 42f66e55b26bfca966418236ec983c8c831d16e5# Parent 9b6eee0346dea43389612bdd9513b2b9eba2691c Merge heads at 15:9b6eee0346de and 16:42f66e55b26b which were created as a result of a recently fixed bug. diff -r 42f66e55b26b -r cc357aad2022 README --- 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 tag, Default is 2 + + Set the number of threads to use by editing: fastq_groomer_parallel.xml: Modify the last argument in the tag, Default is 8 diff -r 42f66e55b26b -r cc357aad2022 fastq_groomer_parallel.xml --- 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'