Skip to content

Commit

Permalink
Merge pull request #4122 from vgteam/deconstruct
Browse files Browse the repository at this point in the history
add missing -O help for vg call
  • Loading branch information
adamnovak authored Oct 19, 2023
2 parents c65f534 + 0264067 commit a34d55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subcommand/call_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ void help_call(char** argv) {
<< " -r, --snarls FILE Snarls (from vg snarls) to avoid recomputing." << endl
<< " -g, --gbwt FILE Only call genotypes that are present in given GBWT index." << endl
<< " -z, --gbz Only call genotypes that are present in GBZ index (applies only if input graph is GBZ)." << endl
<< " -N, --translation FILE Node ID translation (as created by vg gbwt --translation) to apply to snarl names in output" << endl
<< " -N, --translation FILE Node ID translation (as created by vg gbwt --translation) to apply to snarl names in output" << endl
<< " -O, --gbz-translation Use the ID translation from the input gbz to apply snarl names to snarl names and AT fields in output" << endl
<< " -p, --ref-path NAME Reference path to call on (multipile allowed. defaults to all paths)" << endl
<< " -S, --ref-sample NAME Call on all paths with given sample name (cannot be used with -p)" << endl
<< " -o, --ref-offset N Offset in reference path (multiple allowed, 1 per path)" << endl
Expand Down

1 comment on commit a34d55c

@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 17527 seconds

Please sign in to comment.