mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 09:19:56 +00:00
Update docs/pipeline/sarek/munin.md
Update conf/pipeline/sarek/munin.config
This commit is contained in:
parent
73047968cf
commit
b029ccaa59
2 changed files with 2 additions and 3 deletions
|
@ -21,5 +21,4 @@ params {
|
||||||
// Specific nf-core/sarek configuration
|
// Specific nf-core/sarek configuration
|
||||||
withLabel:sentieon {
|
withLabel:sentieon {
|
||||||
module = {params.sentieon ? 'sentieon/201808.05' : ''}
|
module = {params.sentieon ? 'sentieon/201808.05' : ''}
|
||||||
container = {params.sentieon ? '' : 'nfcore/sarek:dev'}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ Extra specific configuration for sarek pipeline
|
||||||
|
|
||||||
To use, run the pipeline with `-profile munin`.
|
To use, run the pipeline with `-profile munin`.
|
||||||
|
|
||||||
This will download and launch the [`munin.config`](../conf/pipeline/sarek/munin.config) which has been pre-configured with a setup suitable for the MUNIN cluster.
|
This will download and launch the sarek specific [`munin.config`](../conf/pipeline/sarek/munin.config) which has been pre-configured with a setup suitable for the MUNIN cluster.
|
||||||
|
|
||||||
Example: `nextflow run nf-core/sarek -profile munin`
|
Example: `nextflow run nf-core/sarek -profile munin`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue