Skip to content

Commit

Permalink
bump pysradb 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Dec 13, 2018
1 parent 18930e5 commit f378a18
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions recipes/pysradb/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "pysradb" %}
{% set version = "0.3.0" %}
{% set version = "0.4.0" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "f8d26b37a1424f642c938654a01c4ae02d2758c9fcc6af2cbb4b291e88c3d8dd" %}
{% set hash_value = "a5583eb09c23709e9d5be22e95204a73044037096cf16cd9360edb12a37266cd" %}


package:
Expand All @@ -15,6 +15,8 @@ source:

build:
number: 0
entry_points:
- pysradb=pysradb.cli:cli
script: python setup.py install --single-version-externally-managed --record=record.txt
noarch: python

Expand All @@ -23,16 +25,20 @@ requirements:
- python
- setuptools
- pandas >=0.23.4
- tqdm >=4.28
- tqdm >=4.28
- click >=7.0
run:
- python
- pandas >=0.23.4
- tqdm >=4.28
- click >=7.0

test:
imports:
- pysradb
- pysradb.pysradb
commands:
- pysradb | grep "Query NGS metadata"

about:
home: https://github.com/saketkc/pysradb
Expand Down

0 comments on commit f378a18

Please sign in to comment.