+
+[bioRxiv] Jointly benchmarking small and structural variant calls with vcfdist
+
+
+
+@article{dunn2024vcfdist,
+ author={Dunn, Tim and Zook, Justin M and Holt, James M and Narayanasamy, Satish},
+ title={Jointly benchmarking small and structural variant calls with vcfdist},
+ journal={bioRxiv},
+ year={2024},
+ publisher={Cold Spring Harbor Laboratory},
+ doi={10.1101/2024.01.23.575922},
+ URL={https://doi.org/10.1101/2024.01.23.575922}
+}
+
+
+
## Installation
### Option 1: GitHub Source
-vcfdist is developed for Linux and its only dependencies are GCC v8+ and HTSlib. Please note that on Mac, `g++` is aliased to `clang`, which is currently not supported. If you don't have HTSlib already, please set it up as follows:
+vcfdist is developed for Linux and its only dependencies are GCC v8+ and HTSlib. If you don't have HTSlib already, please set it up as follows:
```bash
> wget https://github.com/samtools/htslib/releases/download/1.17/htslib-1.17.tar.bz2
> tar -xvf htslib-1.17.tar.bz2
@@ -96,26 +113,30 @@ vcfdist \
-v 0
```
-You can expect to see