2021-07-28 18:11:02 +00:00
|
|
|
//Profile config names for nf-core/configs
|
2021-07-28 18:34:49 +00:00
|
|
|
params
|
|
|
|
{
|
2021-07-28 18:11:02 +00:00
|
|
|
config_profile_description = 'Northwestern University Quest HPC (Genomics Nodes) config provided by nf-core/configs'
|
|
|
|
config_profile_contact = 'Rogan Grant / Janna Nugent (@RoganGrant, @NUjon)'
|
|
|
|
config_profile_url = 'https://www.it.northwestern.edu/research/user-services/quest/'
|
2021-07-28 18:27:17 +00:00
|
|
|
max_memory = 190.GB
|
|
|
|
max_cpus = 40
|
|
|
|
max_time = 240.h
|
2021-09-04 20:36:05 +00:00
|
|
|
igenomes_base = "/projects/genomicsshare/AWS_iGenomes/references"
|
2021-07-28 18:11:02 +00:00
|
|
|
}
|
|
|
|
|
2021-07-28 18:34:49 +00:00
|
|
|
singularity
|
|
|
|
{
|
2021-07-28 18:11:02 +00:00
|
|
|
enabled = true
|
2021-09-06 20:15:46 +00:00
|
|
|
autoMounts = true
|
2021-07-28 18:11:02 +00:00
|
|
|
cacheDir = "/projects/b1042/singularity_cache"
|
|
|
|
}
|
|
|
|
|
2021-07-28 18:34:49 +00:00
|
|
|
process
|
|
|
|
{
|
2021-07-28 21:48:08 +00:00
|
|
|
beforeScript = 'module purge; module load singularity/latest; module load graphviz/2.40.1'
|
2021-07-28 18:11:02 +00:00
|
|
|
executor = 'slurm'
|
2021-07-28 23:05:45 +00:00
|
|
|
queue = {task.memory >= 190.GB ? 'genomics-himem' : task.time >= 48.h ? 'genomicslong' : 'genomics'}
|
|
|
|
clusterOptions = '-A b1042'
|
2021-07-28 18:11:02 +00:00
|
|
|
}
|
|
|
|
|
2021-07-28 18:34:49 +00:00
|
|
|
executor
|
|
|
|
{
|
2021-07-28 18:11:02 +00:00
|
|
|
submitRateLimit = '1sec'
|
2021-09-06 20:15:46 +00:00
|
|
|
}
|