Skip to content

Commit

Permalink
Update usher.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yatisht committed Oct 3, 2020
1 parent e56be2a commit 7f1ed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ int main(int argc, char** argv) {
fclose(current_tree_file);
}
else {
if (sort_before_placement_1 || sort_before_placement_2) {
if ((sort_before_placement_1 || sort_before_placement_2) && (missing_samples.size() > 1)) {
timer.Start();
fprintf(stderr, "Computing parsimony scores for new samples and using it to sort the samples.\n");

Expand Down

0 comments on commit 7f1ed7e

Please sign in to comment.