| Crates.io | mpileup |
| lib.rs | mpileup |
| version | 0.0.28 |
| created_at | 2021-06-23 06:16:35.276236+00 |
| updated_at | 2022-09-12 06:46:21.904446+00 |
| description | Pile up multiple bam files site by site |
| homepage | |
| repository | |
| max_upload_size | |
| id | 413806 |
| size | 1,344,748 |
cargo install mpileup
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.bedreference.fa as referencesample1.bam, sample2.bam ...-g-d 10mpileup count --target test/region.bed --reference test/reference.fa --input test/sample1.bam
In this subcommand (example),