P7_HMM_WINDOW

Type Alias P7_HMM_WINDOW 

Source
pub type P7_HMM_WINDOW = p7_hmm_window_s;
Expand description
  1. P7_HMM_WINDOW: data used to track lists of sequence windows

Aliased Type§

#[repr(C)]
pub struct P7_HMM_WINDOW { pub score: f32, pub null_sc: f32, pub id: i32, pub n: i64, pub fm_n: i64, pub length: i32, pub k: i16, pub target_len: i64, pub complementarity: i8, pub used_to_extend: i8, }

Fields§

§score: f32§null_sc: f32§id: i32§n: i64§fm_n: i64§length: i32§k: i16§target_len: i64§complementarity: i8§used_to_extend: i8