Skip to content

Commit

Permalink
bump pysam, samtools (#870)
Browse files Browse the repository at this point in the history
samtools (and htslib) 1.7 -> 1.9
pysam 0.14.1 -> 0.15.0
  • Loading branch information
tomkinsc authored Jul 27, 2018
1 parent dcc14e1 commit 67d15cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parallel=20160622
picard=2.18.11
pigz=2.4
prinseq=0.20.4
samtools=1.7
samtools=1.9
snpeff=4.3.1t
spades=3.11.1
tbl2asn=25.6
Expand All @@ -35,6 +35,6 @@ bedtools=2.27.1
biopython=1.72
future==0.16.0
matplotlib=1.5.3
pysam=0.14.1
pysam=0.15.0
pybedtools=0.7.10
PyYAML=3.12
2 changes: 1 addition & 1 deletion tools/samtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import util.misc

TOOL_NAME = 'samtools'
TOOL_VERSION = '1.7'
TOOL_VERSION = '1.9'

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 67d15cc

Please sign in to comment.