Skip to content
Snippets Groups Projects
Commit 805590f5 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update samtools.

parents faad8b58 6a418e0f
Branches
Tags
No related merge requests found
process {
executor = 'slurm'
queue = 'super'
clusterOptions = '--hold'
// Process specific configuration
$checkDesignFile {
......@@ -12,11 +13,11 @@ process {
cpus = 32
}
$alignReads{
module = ['python/3.6.1-2-anaconda', 'bwa/intel/0.7.12', 'samtools/1.4.1']
module = ['python/3.6.1-2-anaconda', 'bwa/intel/0.7.12', 'samtools/1.6']
cpus = 32
}
$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
}
$experimentQC {
......@@ -24,7 +25,7 @@ process {
cpus = 32
}
$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
}
$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