Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed May 24, 2024
1 parent 654abe0 commit 9421bbe
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions conf/bih.config
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
params {
config_profile_name = 'bih'
config_profile_description = 'Berlin Institute of Health HPC cluster profile provided by nf-core/configs.'
config_profile_contact = 'BIH-HPC IT Team <[email protected]>'
config_profile_url = 'https://www.hpc.bihealth.org/'
max_memory = 340.GB
max_cpus = 64
max_time = 7.d
config_profile_name = 'bih'
config_profile_description = 'Berlin Institute of Health HPC cluster profile provided by nf-core/configs.'
config_profile_contact = 'BIH-HPC IT Team <[email protected]>'
config_profile_url = 'https://www.hpc.bihealth.org/'
max_memory = 340.GB
max_cpus = 64
max_time = 7.d
}

process {
executor = 'slurm'
maxRetries = 2
clusterOptions = "--export=ALL"
executor = 'slurm'
maxRetries = 2
clusterOptions = "--export=ALL"
}

apptainer {
Expand All @@ -24,7 +24,7 @@ cleanup = true
workDir = "$params.scratch/work_$USER"

profiles {
debug {
cleanup = false
}
debug {
cleanup = false
}
}

0 comments on commit 9421bbe

Please sign in to comment.