Skip to content

Commit

Permalink
Merge pull request #4162 from vgteam/named-gaf-help
Browse files Browse the repository at this point in the history
Note that --named-coordinates works for GAF
  • Loading branch information
adamnovak authored Dec 1, 2023
2 parents ae2321c + 21d0b80 commit 2fb1796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/giraffe_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ void help_giraffe(char** argv, const BaseOptionGroup& parser, bool full_help) {
<< " -R, --read-group NAME add this read group" << endl
<< " -o, --output-format NAME output the alignments in NAME format (gam / gaf / json / tsv / SAM / BAM / CRAM) [gam]" << endl
<< " --ref-paths FILE ordered list of paths in the graph, one per line or HTSlib .dict, for HTSLib @SQ headers" << endl
<< " --named-coordinates produce GAM outputs in named-segment (GFA) space" << endl;
<< " --named-coordinates produce GAM/GAF outputs in named-segment (GFA) space" << endl;
if (full_help) {
cerr
<< " -P, --prune-low-cplx prune short and low complexity anchors during linear format realignment" << endl
Expand Down

1 comment on commit 2fb1796

@adamnovak
Copy link
Member Author

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 merge to master. View the full report here.

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

Please sign in to comment.