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

multiqc: fix psmn config files

parent 55c6c00b
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,6 @@ profiles { ...@@ -40,8 +40,6 @@ profiles {
cpus = 1 cpus = 1
memory = "5GB" memory = "5GB"
time = "6h" time = "6h"
queueSize = 1.70
pollInterval = "60sec"
queue = "monointeldeb128" queue = "monointeldeb128"
} }
withName: multiqc { withName: multiqc {
...@@ -51,8 +49,6 @@ profiles { ...@@ -51,8 +49,6 @@ profiles {
cpus = 1 cpus = 1
memory = "5GB" memory = "5GB"
time = "6h" time = "6h"
queueSize = 1.70
pollInterval = "60sec"
queue = "monointeldeb128" queue = "monointeldeb128"
} }
} }
...@@ -68,8 +64,7 @@ profiles { ...@@ -68,8 +64,7 @@ profiles {
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\ clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
"
cpus = 1 cpus = 1
queue = "huge" queue = "huge"
} }
...@@ -79,8 +74,7 @@ profiles { ...@@ -79,8 +74,7 @@ profiles {
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\ clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
"
cpus = 1 cpus = 1
queue = "huge" queue = "huge"
} }
......
...@@ -33,14 +33,21 @@ profiles { ...@@ -33,14 +33,21 @@ profiles {
singularity.runOptions = "--bind /Xnfs,/scratch" singularity.runOptions = "--bind /Xnfs,/scratch"
process{ process{
withName: fastqc_fastq { withName: fastqc_fastq {
container = "lbmc/fastqc:0.11.5"
executor = "sge"
clusterOptions = "-cwd -V"
cpus = 1
memory = "5GB"
time = "6h"
queue = "monointeldeb128"
}
withName: multiqc {
container = "lbmc/multiqc:1.7" container = "lbmc/multiqc:1.7"
executor = "sge" executor = "sge"
clusterOptions = "-cwd -V" clusterOptions = "-cwd -V"
cpus = 1 cpus = 1
memory = "5GB" memory = "5GB"
time = "6h" time = "6h"
queueSize = 1.70
pollInterval = "60sec"
queue = "monointeldeb128" queue = "monointeldeb128"
} }
} }
...@@ -56,8 +63,7 @@ profiles { ...@@ -56,8 +63,7 @@ profiles {
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\ clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
"
cpus = 1 cpus = 1
queue = "huge" queue = "huge"
} }
...@@ -67,8 +73,7 @@ profiles { ...@@ -67,8 +73,7 @@ profiles {
stageInMode = "copy" stageInMode = "copy"
stageOutMode = "rsync" stageOutMode = "rsync"
executor = "sge" executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n\ clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r"
"
cpus = 1 cpus = 1
queue = "huge" queue = "huge"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment