{"id":20083765,"url":"https://github.com/y9c/mpileup","last_synced_at":"2025-07-07T12:08:53.676Z","repository":{"id":59050597,"uuid":"379499495","full_name":"y9c/mpileup","owner":"y9c","description":"extract nucleotide/read counts at user specific loci from multiple bam files","archived":false,"fork":false,"pushed_at":"2022-09-12T20:00:02.000Z","size":534,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T13:51:06.657Z","etag":null,"topics":["bam","modification","mutation","rust","snp"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/y9c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"yec"}},"created_at":"2021-06-23T06:17:34.000Z","updated_at":"2023-12-29T17:37:12.000Z","dependencies_parsed_at":"2023-01-18T05:15:54.882Z","dependency_job_id":null,"html_url":"https://github.com/y9c/mpileup","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/y9c/mpileup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y9c%2Fmpileup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y9c%2Fmpileup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y9c%2Fmpileup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y9c%2Fmpileup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y9c","download_url":"https://codeload.github.com/y9c/mpileup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y9c%2Fmpileup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264075634,"owners_count":23553509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bam","modification","mutation","rust","snp"],"created_at":"2024-11-13T15:48:40.941Z","updated_at":"2025-07-07T12:08:53.628Z","avatar_url":"https://github.com/y9c.png","language":"Rust","funding_links":["https://github.com/sponsors/yec"],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/d/mpileup.svg)](https://crates.io/crates/mpileup)\n[![Crates.io](https://img.shields.io/crates/v/mpileup.svg)](https://crates.io/crates/mpileup)\n[![docs.rs](https://docs.rs/mpileup/badge.svg)](https://docs.rs/mpileup)\n\n# mpileup\n\n## Install\n\n```bash\ncargo install mpileup\n```\n\n## Usage\n\n### pileup number of base and indel\n\n```bash\nmpileup base --target test/region.bed --reference test/reference.fa --input test/sample1.bam test/sample2.bam -g -d 10\n```\n\nIn this subcommand (example),\n\n- pileup up reads within region in `region.bed`\n- use `reference.fa` as reference\n- accept **multiple** input bam files: `sample1.bam`, `sample2.bam` ...\n- report indel with argument `-g`\n- set depth cutoff as 10 by `-d 10`\n\n### count number of reads\n\n```bash\nmpileup count --target test/region.bed --reference test/reference.fa --input test/sample1.bam\n```\n\nIn this subcommand (example),\n\n- only support one file a time\n\n## Documentation\n\n[Read more](https://docs.rs/crate/mpileup/latest)\n\n## TODO\n\n- support sam flag filtering\n- support trimming read ends\n- remove duplicate by UMI on qname\n- group the result by customized tag (such as cell barcode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy9c%2Fmpileup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy9c%2Fmpileup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy9c%2Fmpileup/lists"}