bash
cargo install mpileup
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),
region.bed
reference.fa
as referencesample1.bam
, sample2.bam
...-g
-d 10
bash
mpileup count --target test/region.bed --reference test/reference.fa --input test/sample1.bam
In this subcommand (example),