1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Drop config

This commit is contained in:
Alexander Peltzer 2019-07-30 18:54:38 +02:00
parent d9930b053c
commit ead80fb9d0
No known key found for this signature in database
GPG key ID: A4A9322B50AF95A0

View file

@ -1,26 +0,0 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'A*STAR Aquila cluster profile provided by nf-core/configs.'
config_profile_contact = 'Andreas Wilm (@andreas-wilm)'
config_profile_url = 'https://www.a-star.edu.sg/'
}
singularity {
enabled = true
}
process {
beforeScript = { 'source /mnt/projects/rpd/rc/init.2017-04; module load miniconda3; set +u; source activate ' + params.container.replaceAll(/[\/:]/, '-').replaceAll(/nfcore/, 'nf-core') + "; set -u;" }
executor = 'sge'
clusterOptions = { "-l mem_free=" + task.memory.toString().replaceAll(/[\sB]/,'') }
penv = 'OpenMP'
}
params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 128.GB
max_cpus = 28
max_time = 48.h
}