Skip to content

Commit

Permalink
Update construct help message (ID uniqueness)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenti committed Sep 19, 2023
1 parent 6343cca commit 79fbc66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subcommand/construct_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ void help_construct(char** argv) {
<< " -v, --vcf FILE input VCF (may repeat)" << endl
<< " -n, --rename V=F match contig V in the VCFs to contig F in the FASTAs (may repeat)" << endl
<< " -a, --alt-paths save paths for alts of variants by SHA1 hash" << endl
<< " -A, --alt-paths-plain save paths for alts of variants by variant ID (if possible, otherwise SHA1)" << endl
<< " -A, --alt-paths-plain save paths for alts of variants by variant ID if possible, otherwise SHA1" << endl
<< " (IDs must be unique across all input VCFs)" << endl
<< " -R, --region REGION specify a VCF contig name or 1-based inclusive region (may repeat, if on different contigs)" << endl
<< " -C, --region-is-chrom don't attempt to parse the regions (use when the reference" << endl
<< " sequence name could be inadvertently parsed as a region)" << endl
Expand Down

1 comment on commit 79fbc66

@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 plain-altid. View the full report here.

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

Please sign in to comment.