Skip to content
Snippets Groups Projects
Commit 86f83e67 authored by elabaron's avatar elabaron
Browse files

src/RNAseq.config : add multiqc module

parent a9edf634
Branches
No related tags found
No related merge requests found
......@@ -106,15 +106,14 @@ profiles {
time = "12h"
queue = 'CLG6242deb384A,CLG6242deb384C,CLG5218deb192A,CLG5218deb192B,CLG5218deb192C,CLG5218deb192D,SLG5118deb96,SLG6142deb384A,SLG6142deb384B,SLG6142deb384C,SLG6142deb384D'
}
withName: coverage{
beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "deeptools/3.0.2"
withName: multiqc {
beforeScript = "source $baseDir/.conda_psmn.sh"
conda = "$baseDir/.conda_envs/multiqc_1.7"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 16
memory = "30GB"
time = "24h"
penv = 'openmp16'
cpus = 1
memory = "20GB"
time = "12h"
queue = 'CLG6242deb384A,CLG6242deb384C,CLG5218deb192A,CLG5218deb192B,CLG5218deb192C,CLG5218deb192D,SLG5118deb96,SLG6142deb384A,SLG6142deb384B,SLG6142deb384C,SLG6142deb384D'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment