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

Initial commit for package tango #13567

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions recipes/tango/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set version = "0.2.0" %}

package:
name: tango
version: {{ version }}

source:
url: https://github.com/johnne/tango/archive/v{{ version }}.tar.gz
sha256: fa05febbdce7ecd41efe1fab17608401454437e060a386bf95aaf57784157827

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
host:
- python >3
- pip
run:
- python >3
- diamond
- ete3
- biopython
- pandas
- tqdm
- numpy

test:
imports:
- tango
commands:
- tango -h
- tango download -h
- tango format -h
- tango update -h
- tango build -h
- tango search -h
- tango assign -h

about:
home: https://github.com/johnne/tango
license: GPL3
summary: 'Assign taxonomy to metagenomic contigs using blastx searches'