Skip to content

Commit

Permalink
fix conda dependendy
Browse files Browse the repository at this point in the history
  • Loading branch information
Eike Steinig committed May 25, 2017
1 parent 70c8dc1 commit affa001
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/dartqc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():
args = vars(cmd_line.args)

if args["version"]:
print("0.1.2")
print("0.1.4")
exit(0)

if args["subparser"] == "install":
Expand Down
5 changes: 3 additions & 2 deletions dartqc/env/dartqc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- defaults
dependencies:
- cd-hit=4.6.6=0
- python-dateutil=2.6.0=py35_0
- biopython=1.68=np112py35_0
- libgcc=5.2.0=0
- libgfortran=3.0.0=1
Expand All @@ -13,7 +14,6 @@ dependencies:
- pandas=0.20.1=np112py35_0
- pip=9.0.1=py35_1
- python=3.5.3=1
- python-dateutil=2.6.0=py35_0
- pytz=2017.2=py35_0
- readline=6.2=2
- scipy=0.19.0=np112py35_0
Expand All @@ -25,4 +25,5 @@ dependencies:
- xlrd=1.0.0=py35_0
- xz=5.2.2=1
- zlib=1.2.8=3

- pip:
- dartqc
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ def readme():
file.read()

setup(name='dartqc',
version='0.1.3',
version='0.1.4',
description='Quality control for SNP data from Diversity Array Technologies (DArT)',
url='http://github.com/esteinig/dartqc',
download_url='http://github.com/esteinig/dartqc/archive/0.1.3.tar.gz',
download_url='http://github.com/esteinig/dartqc/archive/0.1.4.tar.gz',
author='Eike J. Steinig',
author_email='eikejoachim.steinig@my.jcu.edu.au',
license='MIT',
Expand Down

0 comments on commit affa001

Please sign in to comment.