mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
fix: typos
This commit is contained in:
parent
332ba0dadb
commit
0bd19517b3
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
//Profile config names for nf-core/configs
|
||||
params {
|
||||
config_profile_description = 'Munin profile provided by nf-core/configs.'
|
||||
config_profile_description = 'MUNIN profile provided by nf-core/configs.'
|
||||
config_profile_contact = 'Szilveszter Juhos (@szilva)'
|
||||
config_profile_url = ''
|
||||
}
|
||||
|
@ -10,10 +10,9 @@ process {
|
|||
maxForks = 48
|
||||
}
|
||||
|
||||
// To use docker, use nextflow run -profile munin,singularity
|
||||
// To use singularity, use nextflow run -profile munin,singularity
|
||||
singularity {
|
||||
enabled = true
|
||||
autoMounts = true
|
||||
}
|
||||
|
||||
// To use docker, use nextflow run -profile munin,docker
|
||||
|
@ -29,6 +28,6 @@ params {
|
|||
max_cpus = 48
|
||||
max_time = 72.h
|
||||
|
||||
// AWS iGenomes reference file paths on munin
|
||||
// Local AWS iGenomes reference file paths
|
||||
igenome_base = '/data1/references/igenomes/'
|
||||
}
|
Loading…
Reference in a new issue