Skip to content
Snippets Groups Projects
Commit 98315769 authored by Jonathan Gesell's avatar Jonathan Gesell
Browse files

updated all processes to use samtools/1.6

parent a52d2a8c
1 merge request!14updated all processes to use samtools/1.6
Pipeline #2224 failed with stages
in 6 hours, 40 minutes, and 35 seconds
...@@ -13,11 +13,11 @@ process { ...@@ -13,11 +13,11 @@ process {
cpus = 32 cpus = 32
} }
$alignReads{ $alignReads{
module = ['python/3.6.1-2-anaconda', 'bwa/intel/0.7.12', 'samtools/intel/1.3'] module = ['python/3.6.1-2-anaconda', 'bwa/intel/0.7.12', 'samtools/1.6']
cpus = 32 cpus = 32
} }
$filterReads{ $filterReads{
module = ['python/3.6.1-2-anaconda', 'samtools/1.4.1', 'sambamba/0.6.6', 'bedtools/2.26.0'] module = ['python/3.6.1-2-anaconda', 'samtools/1.6', 'sambamba/0.6.6', 'bedtools/2.26.0']
cpus = 32 cpus = 32
} }
$experimentQC { $experimentQC {
...@@ -25,7 +25,7 @@ process { ...@@ -25,7 +25,7 @@ process {
cpus = 32 cpus = 32
} }
$convertReads { $convertReads {
module = ['python/3.6.1-2-anaconda', 'samtools/1.4.1', 'bedtools/2.26.0'] module = ['python/3.6.1-2-anaconda', 'samtools/1.6', 'bedtools/2.26.0']
cpus = 32 cpus = 32
} }
$crossReads { $crossReads {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment