Description

A small Java tool to calculate ratios between MT and nuclear sequencing reads in a given BAM file.

Input

name:type
description
pattern

meta:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end

]

bam:file

(coordinate) sorted BAM/SAM file

*.{bam,sam}

mt_id:string

Identifier of the contig/chromosome of interest (e.g. chromosome, contig) as in the aligned against reference FASTA file, e.g. mt or chrMT for mitochondria

Output

name:type
description
pattern

mtnucratio

meta:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end

]

*.mtnucratio:file

Text file containing metrics (mtreads, mt_cov_avg, nucreads, nuc_cov_avg, mt_nuc_ratio)

*.mtnucratio

json

meta:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end

]

*.json:file

JSON file, containing metadata map with sample name, tool name and version, and metrics as in txt file

*.json

versions

versions.yml:file

File containing software versions

versions.yml

Tools

mtnucratio
GPL v3

A small tool to determine MT to Nuclear ratios for NGS data.