mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 08:16:03 +00:00
fix typos
This commit is contained in:
parent
56026c5ac4
commit
49e756d1bc
1 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,7 @@
|
|||
# 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 = ‘’
|
||||
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
|
||||
|
@ -13,7 +11,7 @@ params {
|
|||
|
||||
process {
|
||||
|
||||
executor = ‘slurm’
|
||||
executor = 'slurm'
|
||||
|
||||
# uncomment specifically for running mnaseseq pipeline:
|
||||
# withName: TrimGalore {
|
||||
|
@ -30,6 +28,6 @@ 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’
|
||||
cacheDir = '/projects/dan1/people/$USER/cache/singularity-images'
|
||||
runOptions = '--bind /projects:/projects'
|
||||
}
|
Loading…
Reference in a new issue