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

kallisto: add in2p3 config

parent 950e35f1
No related branches found
No related tags found
No related merge requests found
......@@ -42,11 +42,9 @@ profiles {
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 4
memory = "8GB"
cpus = 1
memory = "10GB"
time = "24h"
queue = 'mc_huge'
penv = 'multicores'
}
}
}
......
......@@ -33,6 +33,21 @@ profiles {
}
}
}
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/kallisto/0.44.0/:/usr/bin:$PATH"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 1
memory = "10GB"
time = "24h"
}
}
}
}
......@@ -33,6 +33,21 @@ profiles {
}
}
}
ccin2p3 {
process{
withName: mapping_fastq {
beforeScript = "PATH=/sps/lbmc/common/nextflow/src/singularity_modules/kallisto/0.44.0/:/usr/bin:$PATH"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 1
memory = "10GB"
time = "24h"
}
}
}
}
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