diff --git a/this/src/fast_mapper.rs b/this/src/fast_mapper.rs index bda9b2d..05de651 100644 --- a/this/src/fast_mapper.rs +++ b/this/src/fast_mapper.rs @@ -424,9 +424,11 @@ impl FastMapper{ } if good.len() == 2{ if self.names_store[good[0]].to_string() == remove_suffix_string_int( &self.names_store[good[1]] ){ + ret.push( good[0] ); if report { eprintln!("4 This was selected as good: {} or {}\n",best_gene, self.names_store[good[0]] ) } + return true } }