mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Drop config
This commit is contained in:
parent
d9930b053c
commit
ead80fb9d0
1 changed files with 0 additions and 26 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue