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

feat: add initial ganymede config

This commit is contained in:
Edmund Miller 2020-03-09 16:18:41 -05:00
parent 52214cc22d
commit 123c44c56d
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

24
conf/utd_ganymede.config Normal file
View file

@ -0,0 +1,24 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'University of Texas at Dallas HPC cluster profile provided by nf-core/configs'
config_profile_contact = 'Edmund Miller(@emiller88)'
config_profile_url = 'http://docs.oithpc.utdallas.edu/'
}
singularity {
enabled = true
envWhitelist='SINGULARITY_BINDPATH'
autoMounts = true
}
process {
beforeScript = 'module load Singularity/2.4.5'
executor = 'slurm'
queue = 'genomics'
}
params {
max_memory = 32.GB
max_cpus = 16
max_time = 48.h
}