mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
update docs
This commit is contained in:
parent
43f6f55ba2
commit
283abcece4
3 changed files with 10 additions and 5 deletions
|
@ -12,6 +12,10 @@ A repository for hosting nextflow config files containing custom parameters requ
|
|||
* [Testing](#testing)
|
||||
* [Documentation](#documentation)
|
||||
* [Uploading to `nf-core/configs`](#uploading-to-nf-coreconfigs)
|
||||
* [Adding a new pipeline specific config](#adding-a-new-pipeline-specific-config)
|
||||
* [Pipeline Specific Documentation](#pipeline-specific-documentation)
|
||||
* [Enabling the specific configs within a specific pipeline](#enabling-the-specific-configs-within-a-specific-pipeline)
|
||||
* [Create the specific `nf-core/configs` for the pipeline](#create-the-specific-nf-coreconfigs-for-the-pipeline)
|
||||
* [Help](#help)
|
||||
|
||||
## Using an existing config
|
||||
|
@ -128,7 +132,7 @@ Currently documentation is available for the following pipelines within the spec
|
|||
* sarek
|
||||
* [MUNIN](docs/pipeline/sarek/munin.md)
|
||||
|
||||
### Enabling the specific configs within a specific PIPELINE
|
||||
### Enabling the specific configs within a specific pipeline
|
||||
|
||||
> This has to be done on a fork of the `nf-core/<PIPELINE>` repository.
|
||||
|
||||
|
|
|
@ -10,12 +10,13 @@ This will download and launch the [`munin.config`](../conf/pipeline/sarek/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`
|
||||
* Path to `snpEff_cache`: `/data1/cache/snpEff/`
|
||||
* 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 Process with `sentieon` labels
|
||||
* Load module `Sentieon` for Processes with `sentieon` labels
|
|
@ -10,4 +10,4 @@
|
|||
|
||||
profiles {
|
||||
munin { includeConfig "${params.custom_config_base}/conf/pipeline/sarek/munin.config" }
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue