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

Update docs/pipeline/sarek/munin.md

Update conf/pipeline/sarek/munin.config
This commit is contained in:
Maxime Garcia 2019-11-20 15:54:29 +01:00 committed by MaxUlysse
parent 73047968cf
commit b029ccaa59
2 changed files with 2 additions and 3 deletions

View file

@ -21,5 +21,4 @@ params {
// Specific nf-core/sarek configuration
withLabel:sentieon {
module = {params.sentieon ? 'sentieon/201808.05' : ''}
container = {params.sentieon ? '' : 'nfcore/sarek:dev'}
}

View file

@ -6,7 +6,7 @@ Extra specific configuration for sarek pipeline
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`
@ -19,4 +19,4 @@ Specific configurations for MUNIN has been made for sarek.
* Path to `vep_cache`: `/data1/cache/VEP/`
* Path to `pon`: `/data1/PON/vcfs/BTB.PON.vcf.gz`
* Path to `pon_index`: `/data1/PON/vcfs/BTB.PON.vcf.gz.tbi`
* Load module `Sentieon` for Processes with `sentieon` labels
* Load module `Sentieon` for Processes with `sentieon` labels