Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jltsiren committed Dec 10, 2023
1 parent b75a339 commit 9ec3446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gbwtgraph_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gbwtgraph::GFAParsingParameters get_best_gbwtgraph_gfa_parsing_parameters() {
);

// Parse panSN with a range after it as a normal but with a fragment based
// on start position (e.g. HG002#1#chr3#1566235).
// on start position (e.g. HG002#1#chr3#[1566235] or HG002#1#chr3#[1566235-2397571]).
parameters.path_name_formats.emplace_back(
gbwtgraph::GFAParsingParameters::PAN_SN_REGEX + "\\[([0-9][0-9]*)(-[0-9]*)?\\]",
gbwtgraph::GFAParsingParameters::PAN_SN_FIELDS + "F",
Expand Down

1 comment on commit 9ec3446

@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 sample-contig-paths. View the full report here.

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

Please sign in to comment.