mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
commit
faf83eaeaa
3 changed files with 22 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -49,6 +49,7 @@ jobs:
|
|||
- 'imperial'
|
||||
- 'jax'
|
||||
- 'lugh'
|
||||
- 'marvin'
|
||||
- 'maestro'
|
||||
- 'mpcdf'
|
||||
- 'munin'
|
||||
|
|
20
conf/marvin.config
Normal file
20
conf/marvin.config
Normal 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'
|
||||
}
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue