mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
update docs for munin/sarek specific config
This commit is contained in:
parent
250035e71d
commit
7c60096952
1 changed files with 9 additions and 4 deletions
|
@ -6,17 +6,22 @@ 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 sarek specific [`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`
|
||||||
|
|
||||||
## Sarek specific configurations for MUNIN
|
## Sarek specific configurations for MUNIN
|
||||||
|
|
||||||
Specific configurations for MUNIN has been made for sarek.
|
Specific configurations for `MUNIN` has been made for sarek.
|
||||||
|
|
||||||
* Params `annotation_cache` set to `true`
|
* Params `annotation_cache` and `cadd_cache` set to `true`
|
||||||
* Path to `snpEff_cache`: `/data1/cache/snpEff/`
|
* Params `vep_cache_version` set to `95`
|
||||||
|
* Path to `snpeff_cache`: `/data1/cache/snpEff/`
|
||||||
* Path to `vep_cache`: `/data1/cache/VEP/`
|
* Path to `vep_cache`: `/data1/cache/VEP/`
|
||||||
* Path to `pon`: `/data1/PON/vcfs/BTB.PON.vcf.gz`
|
* Path to `pon`: `/data1/PON/vcfs/BTB.PON.vcf.gz`
|
||||||
* Path to `pon_index`: `/data1/PON/vcfs/BTB.PON.vcf.gz.tbi`
|
* Path to `pon_index`: `/data1/PON/vcfs/BTB.PON.vcf.gz.tbi`
|
||||||
|
* Path to `cadd_indels`: `/data1/cache/CADD/v1.4/InDels.tsv.gz`
|
||||||
|
* Path to `cadd_indels_tbi`: `/data1/cache/CADD/v1.4/InDels.tsv.gz.tbi`
|
||||||
|
* Path to `cadd_wg_snvs`: `/data1/cache/CADD/v1.4/whole_genome_SNVs.tsv.gz`
|
||||||
|
* Path to `cadd_wg_snvs_tbi`: `/data1/cache/CADD/v1.4/whole_genome_SNVs.tsv.gz.tbi`
|
||||||
* Load module `Sentieon` for Processes with `sentieon` labels
|
* Load module `Sentieon` for Processes with `sentieon` labels
|
||||||
|
|
Loading…
Reference in a new issue