mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Create wcm.config
This commit is contained in:
parent
a64dfd98c2
commit
e7f8189dfc
1 changed files with 28 additions and 0 deletions
28
conf/wcm.config
Normal file
28
conf/wcm.config
Normal file
|
@ -0,0 +1,28 @@
|
|||
singularityDir = "/athena/elementolab/scratch/reference/.singularity/singularity_images_nextflow"
|
||||
|
||||
params {
|
||||
config_profile_description = 'Weill Cornell Medicine, Scientific Computing Unit Slurm cluster profile provided by nf-core/configs'
|
||||
config_profile_contact = 'Ashley Stephen Doane, PhD (@DoaneAS)'
|
||||
igenomes_base = '/athena/elementolab/scratch/reference/igenomes'
|
||||
}
|
||||
|
||||
singularity {
|
||||
enabled = true
|
||||
envWhitelist='SINGULARITY_BINDPATH'
|
||||
cacheDir = "/athena/elementolab/scratch/reference/.singularity/singularity_images_nextflow"
|
||||
autoMounts = true
|
||||
}
|
||||
|
||||
process {
|
||||
executor = 'slurm'
|
||||
queue = 'panda_physbio'
|
||||
scratch = true
|
||||
scratch = '/scratchLocal/`whoami`_${SLURM_JOBID}'
|
||||
}
|
||||
|
||||
params {
|
||||
max_memory = 32.GB
|
||||
max_cpus = 8
|
||||
max_time = 24.h
|
||||
}
|
||||
|
Loading…
Reference in a new issue