Skip to content
Snippets Groups Projects
Commit 6bf1544d authored by vvanoost's avatar vvanoost
Browse files

Bowtie 2 config

parent 2e246cff
No related branches found
No related tags found
No related merge requests found
......@@ -65,3 +65,27 @@ profiles {
}
}
}
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
$index_fasta {
container = "bowtie2:2.3.4.1"
}
$mapping_fastq {
container = "bowtie2:2.3.4.1"
}
}
}
sge {
process{
$index_fasta {
beforeScript = "module purge; module load Bowtie2/2.3.4.1"
}
$mapping_fastq {
beforeScript = "module purge; module load SAMtools/1.7; module load Bowtie2/2.3.4.1"
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment