Skip to content

Commit

Permalink
Corrects choice of centroid
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed Oct 10, 2024
1 parent 3293dfd commit 3f07d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORF_clustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ORFClusterMap produce_clusters(const std::map<size_t, std::string>& ORF_file_pat

if (perc_len_diff < len_diff_cutoff)
{
continue;
break;
}

const auto centroid_seq = *std::get<4>(centroid_ID);
Expand Down

0 comments on commit 3f07d4f

Please sign in to comment.