Skip to content

Commit

Permalink
There are issues with older versions of pysam. Probably just when usi…
Browse files Browse the repository at this point in the history
…ng conda, but better safe than sorry.
  • Loading branch information
micknudsen committed May 20, 2020
1 parent 3a09377 commit b5681a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: snpahoy
version: '0.3.1'
version: '0.3.2'

source:
git_rev: v0.3.1
git_rev: v0.3.2
git_url: git@github.com:micknudsen/snpahoy.git

build:
Expand All @@ -17,7 +17,7 @@ requirements:
- python >=3.6
run:
- click
- pysam
- pysam >=0.15
- python >=3.6

about:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(

name='snpahoy',
version='0.3.1',
version='0.3.2',

packages=find_packages('src'),
package_dir={'': 'src'},
Expand All @@ -18,7 +18,7 @@

install_requires=[
'click',
'pysam',
'pysam >=0.15',
],

author='Michael Knudsen',
Expand Down

0 comments on commit b5681a7

Please sign in to comment.