Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chado-tools 0.2.5 #13456

Merged
merged 4 commits into from
Feb 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 9 additions & 4 deletions recipes/chado-tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.0.5" %}
{% set sha256 = "9b6b6cd27ccec85f63371f01b57910f9d561c70e8d9f1b1eddbc62286622838c" %}
{% set version = "0.2.5" %}
{% set sha256 = "ed25a5677b9f93c5e6f0ad9a0a3a561ead4ecd1a2cadd6ae5c7df5e087c96d85" %}

package:
name: chado-tools
Expand All @@ -13,7 +13,7 @@ build:
number: 0
noarch: python
entry_points:
- chado = scripts.chado_tools:main
- chado = pychado.chado_tools:main
script: $PYTHON -m pip install --no-deps --ignore-installed --no-cache-dir -vvv .

requirements:
Expand All @@ -24,10 +24,15 @@ requirements:
- python >=3.6
- psycopg2
- pyyaml
- sqlalchemy
- sqlalchemy-utils
- pronto >=0.11.0
- biopython
- gffutils

test:
imports:
- scripts
- pychado
commands:
- chado --help

Expand Down