From 91b06de3c14feb97d28473f8fe13217b164716c9 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 17 May 2022 22:48:27 -0400 Subject: [PATCH] Use pyvcf3 Using python3 package referenced in https://github.com/jamescasbon/PyVCF/pull/331 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 71c2a73..0d2f49d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,6 +8,6 @@ pysam requests coverage pyfasta -pyvcf +pyvcf3 numpy biopython