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

Marvin Cluster addition

Added the config for the Marvin cluster of the Universitat Pompeu Fabra (UPF)
This commit is contained in:
PCQ 2021-12-10 17:11:43 +01:00 committed by GitHub
parent 71b17ff970
commit 50d90cd686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
conf/Marvin.conf 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'
}