[go: nahoru, domu]

Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Oct 17, 2019
1 parent 9a5f495 commit c5f620b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# VCFCompare
A Python program for evaluating site-level concordance of a query VCF against a truth VCF.

This tool compares two variant callsets against each other and produces a CSV file with summary metrics. The summary metric CSV file contains:
* Variant type: SNV or INDEL
* Total number of variants in the truth and query VCF files
* Total true-positive, false-positive, and false-negative calls
* Recall and Precision

## Usage
```
python3 VCFCompare.py --truth truth.vcf --query query.vcf --output output
```

0 comments on commit c5f620b

Please sign in to comment.