pub enum Tag {
}Expand description
Enum representing the possible types of tags.
Variants§
tp(Type)
Type of aln: P/primary, S/secondary and I,i/inversion.
cm(Type)
Number of minimizers on the chain.
s1(Type)
Chaining score.
s2(Type)
Chaining score of the best secondary chain.
NM(Type)
Total number of mismatches and gaps in the alignment.
MD(Type)
To generate the ref sequence in the alignment.
AS(Type)
DP alignment score.
SA(Type)
List of other supplementary alignments.
ms(Type)
DP score of the max scoring segment in the alignment.
nn(Type)
Number of ambiguous bases in the alignment.
ts(Type)
Transcript strand (splice mode only).
cg(Type)
CIGAR string.
cs(Type)
Difference string.
dv(Type)
Approximate per-base sequence divergence.
de(Type)
Gap-compressed per-base sequence divergence.
rl(Type)
Length of query regions harboring repetitive seeds.
zd(Type)
ZD?
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more