Skip to content

Commit

Permalink
Merge pull request #68 from sanger-pathogens/pysam_0.9.1.x
Browse files Browse the repository at this point in the history
Pysam 0.9.1.x
  • Loading branch information
martinghunt authored Sep 6, 2016
2 parents 6abf6ae + 7f6a3e9 commit 6541e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iva/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import sys
import subprocess
version = '1.0.6'
version = '1.0.7'

class abspathAction(argparse.Action):
def __call__(self, parser, namespace, value, option_string):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup(
name='iva',
version='1.0.6',
version='1.0.7',
description='Iterative Virus Assembler',
packages = find_packages(),
package_data={'iva': ['gage/*', 'ratt/*', 'read_trim/*', 'test_run_data/*']},
Expand All @@ -60,7 +60,7 @@
install_requires=[
'pyfastaq >= 3.10.0',
'networkx >= 1.7',
'pysam >= 0.8.1, <= 0.8.3',
'pysam >= 0.8.1',
],
license='GPLv3',
classifiers=[
Expand Down

0 comments on commit 6541e48

Please sign in to comment.