Structs§
- Command
- Remove alignments with high number of clipped base. Sometimes aligner has very loose scoring methods and write alignments with high abundant of soft/hard-clipped base into alignment BAM files. This program is for filtering these reads out by gating the number of clipped bases in relative to the read sequence length
Traits§
- Parser
- Parse command-line arguments into
Self.
Functions§
- check_
fraction - check if a give value is between 0 and 1
Derive Macros§
- Parser
- Generates the
Parserimplementation.