mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update conf/munin.config
Co-Authored-By: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
332ba0dadb
commit
12fb2a60c5
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ process {
|
||||||
maxForks = 48
|
maxForks = 48
|
||||||
}
|
}
|
||||||
|
|
||||||
// To use docker, use nextflow run -profile munin,singularity
|
// To use singularity, use nextflow run -profile munin,singularity
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
autoMounts = true
|
autoMounts = true
|
||||||
|
@ -31,4 +31,4 @@ params {
|
||||||
|
|
||||||
// AWS iGenomes reference file paths on munin
|
// AWS iGenomes reference file paths on munin
|
||||||
igenome_base = '/data1/references/igenomes/'
|
igenome_base = '/data1/references/igenomes/'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue