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

multiqc: add missing section in config file

parent 11a00225
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,17 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch"
process{
withName: fastqc_fastq {
container = "lbmc/fastqc:0.11.5"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
memory = "5GB"
time = "6h"
queueSize = 1.70
pollInterval = "60sec"
queue = "monointeldeb128"
}
withName: multiqc {
container = "lbmc/multiqc:1.7"
executor = "sge"
clusterOptions = "-cwd -V"
......
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