samfilt

Crates.iosamfilt
lib.rssamfilt
version0.1.0
sourcesrc
created_at2022-07-13 12:58:31.200842
updated_at2022-07-13 12:58:31.200842
descriptionA filtering tool for Sequence Alignment/Map files.
homepage
repositoryhttps://github.com/jeudine/samfilt
max_upload_size
id625046
size344,059
Julien Eudine (jeudine)

documentation

README

samfilt

A filtering tool for Sequence Alignment/Map files written in Rust.

Installation

From source

if you want to build samfilt from source, you need Rust. You can then use cargo to build everything:

cargo install samfilt

Usage

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]
Commit count: 7

cargo fmt