Skip to content
Snippets Groups Projects
Commit 7d7a2be9 authored by hpolvech's avatar hpolvech
Browse files

RNASeq.config : trimming

parent adc1ba99
No related branches found
No related tags found
No related merge requests found
...@@ -25,3 +25,31 @@ profiles { ...@@ -25,3 +25,31 @@ profiles {
} }
} }
profiles {
docker {
docker.temp = 'auto'
docker.enabled = true
process {
$trimming {
container = "urqt:d62c1f8"
}
}
}
sge {
process{
$trimming {
beforeScript = "module purge; module load UrQt/d62c1f8"
executor = "sge"
cpus = 4
memory = "5GB"
time = "6h"
queueSize = 1000
pollInterval = '60sec'
queue = 'h6-E5-2667v4deb128'
penv = 'openmp8'
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment