1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Merge pull request #102 from phue/cbe_singularity

cbe: load singularity/3.4.1
This commit is contained in:
Alexander Peltzer 2019-12-06 10:21:55 +01:00 committed by GitHub
commit da547b4ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ params {
process {
executor = 'slurm'
module = 'singularity/3.2.1'
module = 'singularity/3.4.1'
queue = { task.memory <= 170.GB ? 'c' : 'm' }
clusterOptions = { task.time <= 8.h ? '--qos short': task.time <= 48.h ? '--qos medium' : '--qos long' }
}

View file

@ -49,6 +49,7 @@ profiles {
params {
// This is a groovy map, not a nextflow parameter set
hostnames = [
cbe: ['.cbe.vbc.ac.at'],
crick: ['.thecrick.org'],
genotoul: ['.genologin1.toulouse.inra.fr', '.genologin2.toulouse.inra.fr'],
genouest: ['.genouest.org'],