Skip to content

Commit

Permalink
LEN is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Sep 30, 2023
1 parent 75e15d2 commit a60a15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partition-before-pggb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if [ $show_help == true ]; then
echo " -v, --skip-viz don't render visualizations of the graph in 1D and 2D [default: make them]"
echo " -S, --stats generate statistics of the seqwish and smoothxg graph [default: off]"
echo " [vg]"
echo " -V, --vcf-spec SPEC specify a set of VCFs to produce with SPEC = REF:[LEN][,REF:[LEN]]*"
echo " -V, --vcf-spec SPEC specify a set of VCFs to produce with SPEC = REF[:LEN][,REF[:LEN]]*"
echo " the paths matching ^REF are used as a reference, while the sample haplotypes"
echo " are derived from path names, assuming they match the PanSN; e.g. '-V chm13',"
echo " a path named HG002#1#ctg would be assigned to sample HG002 phase 1."
Expand Down
2 changes: 1 addition & 1 deletion pggb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if [ $show_help == true ]; then
echo " -v, --skip-viz don't render visualizations of the graph in 1D and 2D [default: make them]"
echo " -S, --stats generate statistics of the seqwish and smoothxg graph [default: off]"
echo " [vg]"
echo " -V, --vcf-spec SPEC specify a set of VCFs to produce with SPEC = REF:[LEN][,REF:[LEN]]*"
echo " -V, --vcf-spec SPEC specify a set of VCFs to produce with SPEC = REF[:LEN][,REF[:LEN]]*"
echo " the paths matching ^REF are used as a reference, while the sample haplotypes"
echo " are derived from path names, assuming they match the PanSN; e.g. '-V chm13',"
echo " a path named HG002#1#ctg would be assigned to sample HG002 phase 1."
Expand Down

0 comments on commit a60a15d

Please sign in to comment.