1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Update conf/munin.config

Co-Authored-By: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Maxime Garcia 2019-08-07 11:47:41 +02:00 committed by GitHub
parent 332ba0dadb
commit 12fb2a60c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ 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
@ -31,4 +31,4 @@ params {
// AWS iGenomes reference file paths on munin
igenome_base = '/data1/references/igenomes/'
}
}