mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
add conf/ku_sund_dangpu.config
This commit is contained in:
parent
08435ca300
commit
65d7080921
1 changed files with 36 additions and 0 deletions
36
conf/ku_sund_dangpu.config
Normal file
36
conf/ku_sund_dangpu.config
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# change ${abc123} to your KU ID before using this config
|
||||||
|
|
||||||
|
params {
|
||||||
|
config_profile_contact = ‘Adrija Kalvisa <adrija.kalvisa@sund.ku.dk>’
|
||||||
|
config_profile_description = ‘dangpufl01 configuration’
|
||||||
|
config_profile_url = ‘’
|
||||||
|
|
||||||
|
// General cpus/memory/time requirements
|
||||||
|
max_cpus = 30
|
||||||
|
max_memory = 200.GB
|
||||||
|
max_time = 72.h
|
||||||
|
}
|
||||||
|
|
||||||
|
process {
|
||||||
|
# should we change to a newer java env?
|
||||||
|
beforeScript = ‘module load jdk/1.8.0_291 singularity/3.8.0’
|
||||||
|
executor = ‘slurm’
|
||||||
|
|
||||||
|
# uncomment specifically for running mnaseseq pipeline:
|
||||||
|
# withName: TrimGalore {
|
||||||
|
# cpus = 1
|
||||||
|
# }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
executor {
|
||||||
|
queueSize = 10
|
||||||
|
}
|
||||||
|
|
||||||
|
singularity {
|
||||||
|
enabled = true
|
||||||
|
autoMounts = true
|
||||||
|
# set up the cache directory outside the $HOME directory
|
||||||
|
cacheDir = ‘/projects/dan1/people/${abc123}/cache/singularity-images’
|
||||||
|
runOptions = ‘--bind /projects:/projects’
|
||||||
|
}
|
Loading…
Reference in a new issue