mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Fixes formatting and ignore_params
This commit is contained in:
parent
9c97220919
commit
9116a09afe
1 changed files with 15 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
params {
|
||||
config_profile_description = 'Kings College London Rosalind HPC'
|
||||
config_profile_contact = 'Theo Portlock'
|
||||
config_profile_url = 'https://rosalind.kcl.ac.uk/'
|
||||
config_profile_url = 'https://www.rosalind.kcl.ac.uk/'
|
||||
}
|
||||
|
||||
singularity {
|
||||
|
@ -15,6 +15,7 @@ params {
|
|||
max_cpus = 16
|
||||
max_time = 24.h
|
||||
partition = 'shared'
|
||||
schema_ignore_params = 'partition'
|
||||
}
|
||||
|
||||
process {
|
||||
|
|
Loading…
Reference in a new issue