1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Merge pull request #305 from PCQuilis/master

conf file in lowercase
This commit is contained in:
James A. Fellows Yates 2022-02-28 14:59:22 +01:00 committed by GitHub
commit faf83eaeaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View file

@ -49,6 +49,7 @@ jobs:
- 'imperial'
- 'jax'
- 'lugh'
- 'marvin'
- 'maestro'
- 'mpcdf'
- 'munin'

20
conf/marvin.config Normal file
View file

@ -0,0 +1,20 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'Config file for Marvin Cluster (UPF-CSIC), based on nf-core/configs'
config_profile_contact = 'pc.quilis@gmail.com (Pablo Carrion)'
config_profile_url = 'https://www.ibe.upf-csic.es'
max_memory = 256.GB
max_cpus = 32
max_time = 960.h
}
cleanup = false
singularity {
enabled = true
autoMounts = true
}
process {
executor = 'slurm'
}

View file

@ -44,6 +44,7 @@ profiles {
jax { includeConfig "${params.custom_config_base}/conf/jax.config" }
lugh { includeConfig "${params.custom_config_base}/conf/lugh.config" }
maestro { includeConfig "${params.custom_config_base}/conf/maestro.config" }
marvin { includeConfig "${params.custom_config_base}/conf/marvin.config" }
mpcdf { includeConfig "${params.custom_config_base}/conf/mpcdf.config" }
munin { includeConfig "${params.custom_config_base}/conf/munin.config" }
nihbiowulf { includeConfig "${params.custom_config_base}/conf/nihbiowulf.config" }