nf-core/mitorsaw/haplotype @ 0.0.0-6c4ed3a
Summary
Mitorsaw analyses mitochondrial variants and identifies heteroplasmy and homoplasmy
Get started
Add the following snippet to your workflow script to include this module.
include { MITORSAW_HAPLOTYPE } from 'nf-core/mitorsaw/haplotype'
License
MIT License
Name
|
MITORSAW_HAPLOTYPE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bam
file
|
Sorted BAM file *.bam
|
bai
file
|
BAM index file *.bai
|
meta2
map
|
Groovy Map containing reference information e.g. |
|---|---|
fasta
file
|
Reference genome in FASTA format *.{fa,fasta}
|
fai
file
|
Reference genome index file *.fai
|
include_hap_stats
boolean
|
Whether to include haplotype statistics output file |
|---|
include_debug_output
boolean
|
Whether to generate debug output files |
|---|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
*${prefix}.vcf.gz.tbi
file
|
Index file for the compressed VCF file *.vcf.gz.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
*${prefix}.vcf.gz
file
|
Compressed VCF file containing haplotype information *.vcf.gz
|
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
${prefix}.json
file
|
Mitorsaw statistics in JSON format *.json
|
igv_session
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
${prefix}_debug/mito_igv_custom/custom_igv_session.xml
file
|
IGV session file in XML format custom_igv_session.xml
|
custom_ref_fa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
${prefix}_debug/mito_igv_custom/custom_reference.fa
file
|
Custom reference genome in FASTA format custom_reference.fa
|
coverage_stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
${prefix}_debug/coverage_stats.json
file
|
Coverage statistics in JSON format coverage_stats.json
|
custom_ref_fai
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
${prefix}_debug/mito_igv_custom/custom_reference.fa.fai
file
|
Custom reference genome index file custom_reference.fa.fai
|
custom_regions
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
${prefix}_debug/mito_igv_custom/custom_regions.bed
file
|
Custom regions in BED format custom_regions.bed
|
sequences_chrM
tuple
meta
map
|
|---|