Skip to content

Commit

Permalink
Explicit mention to non-compressed VCF input
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristina Yenyxe Gonzalez Garcia committed Oct 18, 2016
1 parent 6823669 commit 7f6d653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We recommend using the [latest release](https://github.com/EBIvariation/vcf-vali

### Validator

vcf-validator only needs an input VCF file to run. It accepts input in the following ways:
vcf-validator only needs a non-compressed input VCF file to run, although pipes can be used for compressed files (see below). It accepts input in the following ways:

* File path as argument: `vcf_validator -v v4.1 -i /path/to/file.vcf`
* Standard input: `vcf_validator -v v4.1 < /path/to/file.vcf`
Expand Down

0 comments on commit 7f6d653

Please sign in to comment.