Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.56 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.56 KB

mitolib - a library for mtDNA NGS data processing

Language

⛔️ DEPRECATED!!!

Be aware of the limitations when using the outdated Tools:

  • splitter - Split mitochondrial variants and heteroplasmies from mtDNA-Server
  • contChecker - Compare mitochondrial profiles from extended report in HaploGrep 2
  • lofreq - Split mitochondrial variants according the VCF file generated with LoFreq as Variant file (txt)
  • bam2var - naive variant caller (input BAM file, output Variant file txt)
  • haplochecker - check for contamination in mtDNA NGS data (BAM file) based on Phylotree 17
java -jar mitolib-0.1.2.jar haplochecker --in Bamfile.bam --out outputfolder --ref rCRS.fasta  
--QUAL 20 --MAPQ 200 --VAF 0.01
java -jar mitolib-0.1.2.jar haplochecker2 --in raw.txt --out outputfolder --VAF 0.01