mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +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
|
||||
withLabel:sentieon {
|
||||
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`.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue