From 79a342d56dbaeadcda4effec030264a44666d0e0 Mon Sep 17 00:00:00 2001 From: Adam English Date: Thu, 31 Aug 2023 15:32:48 -0400 Subject: [PATCH] bumpy pysam version might help catch errors during pysam bcftools consensus --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed497497..df8d8b29 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def _get_repo_hash(): "pywfa>=0.5.1", "rich>=12.5.1", "edlib>=1.3.9", - "pysam>=0.15.2", + "pysam>=0.19.1", "intervaltree>=3.0.2", "joblib>=1.2.0", "numpy>=1.23.3",