Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeizenga committed Feb 23, 2024
1 parent 165678a commit 39fd89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/surjector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3090,8 +3090,8 @@ using namespace std;
nullptr, // snarl manager
nullptr, // distance index
nullptr, // projector
allow_negative_scores,
&left_align_strand);
allow_negative_scores, // subpath local
&left_align_strand); // strand to left align against

topologically_order_subpaths(mp_aln);

Expand Down

1 comment on commit 39fd89f

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch left-surject. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 16991 seconds

Please sign in to comment.