Skip to content

Commit

Permalink
minor documentation fix (#8145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jan 5, 2023
1 parent 3687415 commit 9ced727
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
* -V input.vcf \
* -o output.vcf \
* -L anotherInput.vcf \
* --resource foo:resource.vcf \
* --resource:foo resource.vcf \
* -E foo.AF \
* --resource-allele-concordance
* </pre>
Expand All @@ -86,7 +86,7 @@
* -R reference.fasta \
* -V input.vcf \
* -o output.vcf \
* --resource foo:resource.vcf \
* --resource:foo resource.vcf \
* --expression foo.AF \
* --expression foo.FILTER
* </pre>
Expand Down

0 comments on commit 9ced727

Please sign in to comment.