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

Kallisto: update nf config for PSMN

parent c1446208
No related branches found
No related tags found
No related merge requests found
...@@ -3,24 +3,25 @@ profiles { ...@@ -3,24 +3,25 @@ profiles {
docker.temp = 'auto' docker.temp = 'auto'
docker.enabled = true docker.enabled = true
process { process {
$index_fasta { withName: index_fasta {
container = "kallisto:0.44.0" container = "kallisto:0.44.0"
} }
} }
} }
sge { sge {
process{ process{
$index_fasta { withName: index_fasta {
beforeScript = "module purge; module load Kallisto/0.44.0" beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "Kallisto/0.44.0"
executor = "sge" executor = "sge"
cpus = 1 cpus = 16
memory = "5GB" memory = "30GB"
time = "6h" time = "24h"
queueSize = 1000 queue = 'E5-2670deb128A,E5-2670deb128B,E5-2670deb128C,E5-2670deb128D,E5-2670deb128E,E5-2670deb128F'
pollInterval = '60sec' penv = 'openmp16'
queue = 'h6-E5-2667v4deb128'
penv = 'openmp8'
} }
} }
} }
} }
...@@ -3,24 +3,25 @@ profiles { ...@@ -3,24 +3,25 @@ profiles {
docker.temp = 'auto' docker.temp = 'auto'
docker.enabled = true docker.enabled = true
process { process {
$mapping_fastq { withName: mapping_fastq {
container = "kallisto:0.44.0" container = "kallisto:0.44.0"
} }
} }
} }
sge { sge {
process{ process{
$mapping_fastq { withName: mapping_fastq {
beforeScript = "module purge; module load Kallisto/0.44.0" beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "Kallisto/0.44.0"
executor = "sge" executor = "sge"
cpus = 4 cpus = 16
memory = "5GB" memory = "30GB"
time = "6h" time = "24h"
queueSize = 1000 queue = 'E5-2670deb128A,E5-2670deb128B,E5-2670deb128C,E5-2670deb128D,E5-2670deb128E,E5-2670deb128F'
pollInterval = '60sec' penv = 'openmp16'
queue = 'h6-E5-2667v4deb128'
penv = 'openmp8'
} }
} }
} }
} }
...@@ -3,24 +3,25 @@ profiles { ...@@ -3,24 +3,25 @@ profiles {
docker.temp = 'auto' docker.temp = 'auto'
docker.enabled = true docker.enabled = true
process { process {
$mapping_fastq { withName: mapping_fastq {
container = "kallisto:0.44.0" container = "kallisto:0.44.0"
} }
} }
} }
sge { sge {
process{ process{
$mapping_fastq { withName: mapping_fastq {
beforeScript = "module purge; module load Kallisto/0.44.0" beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module = "Kallisto/0.44.0"
executor = "sge" executor = "sge"
cpus = 4 cpus = 16
memory = "5GB" memory = "30GB"
time = "6h" time = "24h"
queueSize = 1000 queue = 'E5-2670deb128A,E5-2670deb128B,E5-2670deb128C,E5-2670deb128D,E5-2670deb128E,E5-2670deb128F'
pollInterval = '60sec' penv = 'openmp16'
queue = 'h6-E5-2667v4deb128'
penv = 'openmp8'
} }
} }
} }
} }
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