Skip to content
Snippets Groups Projects
Unverified Commit 639c47ed authored by Laurent Modolo's avatar Laurent Modolo
Browse files

HTSeq: nf update psmn config

parent 221bd018
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,22 @@ profiles { ...@@ -14,10 +14,22 @@ profiles {
psmn { psmn {
process{ process{
withname: sort_bam { withname: sort_bam {
beforeScript = "module purge; module load SAMtools/1.7" beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "SAMtools/1.7"
executor = "sge"
cpus = 1
memory = "20GB"
time = "12h"
queue = 'monointeldeb128'
} }
withname: trimming { withname: trimming {
beforeScript = "module purge; module load HTSeq/0.8.0" beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "HTSeq/0.8.0"
executor = "sge"
cpus = 1
memory = "20GB"
time = "12h"
queue = 'monointeldeb128'
} }
} }
} }
......
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