[go: nahoru, domu]

Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Nov 30, 2019
1 parent 9ab0272 commit d25048e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ In the following examples, we assume that the code has been installed to the dir
$ python3 ${VCFCompare}/src/python/VCFCompare.py \
example/gatk_variants.vcf \
example/bcftools_variants.vcf \
-out test
--out test
$ ls test.*
test.csv

#option 2 (optional): look at either SNV or INDEL concordance
$ python3 ${VCFCompare}/src/python/VCFCompare.py \
example/gatk_variants.vcf \
example/bcftools_variants.vcf \
-out test \
--out test \
--type SNV (or INDEL)
$ ls test.*
test.SNV.csv (or test.INDEL.csv)
Expand Down

0 comments on commit d25048e

Please sign in to comment.