| Crates.io | samfilt |
| lib.rs | samfilt |
| version | 0.1.0 |
| created_at | 2022-07-13 12:58:31.200842+00 |
| updated_at | 2022-07-13 12:58:31.200842+00 |
| description | A filtering tool for Sequence Alignment/Map files. |
| homepage | |
| repository | https://github.com/jeudine/samfilt |
| max_upload_size | |
| id | 625046 |
| size | 344,059 |
A filtering tool for Sequence Alignment/Map files written in Rust.
if you want to build samfilt from source, you need Rust. You can then use cargo to build everything:
cargo install samfilt
Usage: samfilt [options] <SAM file>
Options:
-h, --help print this help menu
--supplementary sel|del
reads with supplementary alignments
--greater_len UINT
reads with a greater length than UINT [0]
--smaller_len UINT
reads with a smaller length than UINT [4294967295]
--qname_input FILE
alignment records with QNAME being equal to one of the
lines in FILE
--qname_output FILE
output the QNAME field of all the records in the
filtered SAM file (one per line)
-o FILE output to FILE [stdout]