Skip to content
Snippets Groups Projects
Verified Commit 49faa7f0 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

FastQC/fastqc.config: update sge config

parent 03b4c8d0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,14 @@ profiles {
sge {
process{
$fastqc {
beforeScript = "source /home/elabaron/.bashrc ; module load FastQC/0.11.5"
beforeScript = "module purge; module load FastQC/0.11.5"
executor = "sge"
cpus = 1
memory = "5GB"
time = "6h"
queueSize = 1000
pollInterval = '60sec'
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