From 3b8a2f9edc93c45e5153896035f321bd23c7ec1a Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 13 Feb 2018 15:22:51 +0100 Subject: [PATCH] Pin pysam to 0.14 --- lib/galaxy/dependencies/pinned-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index adddb8247b9..dd1ccc5f58a 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -11,7 +11,7 @@ mercurial==3.7.3; python_version < '3.0' pycrypto==2.6.1 uWSGI==2.0.15 # Flexible BAM index naming is new to core pysam -pysam>=0.13 +pysam==0.14 # Install python_lzo if you want to support indexed access to lzo-compressed # locally cached maf files via bx-python