fn format_pairwise_alignment( accession: &str, description: &str, identity: f32, is_reverse: bool, gapped_query: &[u8], gapped_ref: &[u8], ref_start: usize, ) -> String