mpileup

Install

bash cargo install mpileup

Usage

pileup number of base and indel

bash mpileup base --target test/region.bed --reference test/reference.fa --input test/sample1.bam test/sample2.bam -g -d 10

In this subcommand (example),

count number of reads

bash mpileup count --target test/region.bed --reference test/reference.fa --input test/sample1.bam

In this subcommand (example),

TODO