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

nf module: update executor from psmn to sge

parent 1900998a
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ profiles { ...@@ -42,7 +42,7 @@ profiles {
process{ process{
withname: build_synthetic_bed { withname: build_synthetic_bed {
beforeScript = "module purge; module load BEDtools/2.25.0" beforeScript = "module purge; module load BEDtools/2.25.0"
executor = "psmn" executor = "sge"
cpus = 1 cpus = 1
memory = "5GB" memory = "5GB"
time = "6h" time = "6h"
...@@ -53,7 +53,7 @@ profiles { ...@@ -53,7 +53,7 @@ profiles {
} }
withname: fasta_from_bed { withname: fasta_from_bed {
beforeScript = "module purge; module load BEDtools/2.25.0" beforeScript = "module purge; module load BEDtools/2.25.0"
executor = "psmn" executor = "sge"
cpus = 1 cpus = 1
memory = "5GB" memory = "5GB"
time = "6h" time = "6h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment