1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

fix typos

This commit is contained in:
qlr900 2022-07-06 12:39:55 +02:00
parent 56026c5ac4
commit 49e756d1bc

View file

@ -1,9 +1,7 @@
# change ${abc123} to your KU ID before using this config
params { params {
config_profile_contact = Adrija Kalvisa <adrija.kalvisa@sund.ku.dk> config_profile_contact = 'Adrija Kalvisa <adrija.kalvisa@sund.ku.dk>'
config_profile_description = dangpufl01 configuration config_profile_description = 'dangpufl01 configuration'
config_profile_url = config_profile_url = ''
// General cpus/memory/time requirements // General cpus/memory/time requirements
max_cpus = 30 max_cpus = 30
@ -13,7 +11,7 @@ params {
process { process {
executor = slurm executor = 'slurm'
# uncomment specifically for running mnaseseq pipeline: # uncomment specifically for running mnaseseq pipeline:
# withName: TrimGalore { # withName: TrimGalore {
@ -30,6 +28,6 @@ singularity {
enabled = true enabled = true
autoMounts = true autoMounts = true
# set up the cache directory outside the $HOME directory # set up the cache directory outside the $HOME directory
cacheDir = /projects/dan1/people/${abc123}/cache/singularity-images cacheDir = '/projects/dan1/people/$USER/cache/singularity-images'
runOptions = --bind /projects:/projects runOptions = '--bind /projects:/projects'
} }