mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 00:39:56 +00:00
48 lines
2.4 KiB
Markdown
48 lines
2.4 KiB
Markdown
# nf-core/configs: MUNIN rnavar specific configuration
|
|
|
|
Extra specific configuration for rnavar pipeline
|
|
|
|
## Usage
|
|
|
|
To use, run the pipeline with `-profile munin`.
|
|
|
|
This will download and launch the rnavar specific [`munin.config`](../../../conf/pipeline/rnavar/munin.config) which has been pre-configured with a setup suitable for the `MUNIN` cluster.
|
|
|
|
Example: `nextflow run nf-core/rnavar -profile munin`
|
|
|
|
## rnavar specific configurations for MUNIN
|
|
|
|
Specific configurations for `MUNIN` has been made for rnavar.
|
|
|
|
Genome references
|
|
|
|
`fasta` set to `/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_genome.fa`
|
|
`fasta_fai` set to `/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_genome.fa.fai`
|
|
`gtf` set to `/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_annot.gtf`
|
|
`gene_bed` set to `/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_annot.bed`
|
|
|
|
Known genome resources
|
|
|
|
`dbsnp set to` `/data1/references/annotations/GATK_bundle/dbsnp_146.hg38.vcf.gz`
|
|
`dbsnp_tbi set` to `/data1/references/annotations/GATK_bundle/dbsnp_146.hg38.vcf.gz.tbi`
|
|
`known_indels set` to `/data1/references/annotations/GATK_bundle/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz`
|
|
`known_indels_tbi` set to `/data1/references/annotations/GATK_bundle/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz.tbi`
|
|
|
|
STAR index
|
|
|
|
`star_index` set to `/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/star150bp.idx/`
|
|
|
|
Variant annotation configurations
|
|
|
|
* Params `annotation_cache` and `cadd_cache` set to `true`
|
|
* Params `snpeff_db` set to `GRCh38.99`
|
|
* Params `vep_cache_version` set to `99`
|
|
* Params `vep_genome` set to `GRCh38`
|
|
* 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`
|
|
* 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`
|