Prerequisite: truvari 4.0.0

You may download reference hg19 v2.1.0 from here. 
```wget https://cf.10xgenomics.com/supp/genome/refdata-hg19-2.1.0.tar.gz
tar -xzvf refdata-hg19-2.1.0.tar.gz
```

For VCF from most tools except Dipcall, you may use the command below:
```
sh truvari_eval_wgs.sh \
<vcf_file> \
<out_dir> \
<reference> \
<bench_dir> 
```

For VCF from Dipcall, you may use the command below:
```
sh truvari_eval_wgs.sh \
<vcf_file> \
<out_dir> \
<reference> \
<bench_dir> \
dipcall
```

<reference> is the HG19 reference you dowload. <bench_dir> is `HG002_Giab_Benchmark` on zenodo. Input VCFs can be found at `HG002_LargeINDEL_VCFs` on zenodo.