details: http://www.bx.psu.edu/hg/galaxy/rev/c2bed70a9b58 changeset: 2925:c2bed70a9b58 user: Kelly Vincent <kpvincent@bx.psu.edu> date: Tue Oct 27 14:31:59 2009 -0400 description: Changed the number of threads from 8 to 4 for BWA wrapper and Bowtie wrapper 2 file(s) affected in this change: tools/sr_mapping/bowtie_wrapper.xml tools/sr_mapping/bwa_wrapper.xml diffs (24 lines): diff -r a471575d1e4a -r c2bed70a9b58 tools/sr_mapping/bowtie_wrapper.xml --- a/tools/sr_mapping/bowtie_wrapper.xml Tue Oct 27 13:39:48 2009 -0400 +++ b/tools/sr_mapping/bowtie_wrapper.xml Tue Oct 27 14:31:59 2009 -0400 @@ -2,7 +2,7 @@ <description></description> <command interpreter="python"> bowtie_wrapper.py - --threads="8" + --threads="4" --input1=$singlePaired.input1 #if $singlePaired.sPaired == "paired": --input2=$singlePaired.input2 diff -r a471575d1e4a -r c2bed70a9b58 tools/sr_mapping/bwa_wrapper.xml --- a/tools/sr_mapping/bwa_wrapper.xml Tue Oct 27 13:39:48 2009 -0400 +++ b/tools/sr_mapping/bwa_wrapper.xml Tue Oct 27 14:31:59 2009 -0400 @@ -2,7 +2,7 @@ <description></description> <command interpreter="python"> bwa_wrapper.py - --threads="8" + --threads="4" #if $solidOrSolexa.solidRefGenomeSource.refGenomeSource == "history": --ref=$solidOrSolexa.solidRefGenomeSource.ownFile #else: