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

Improve Changeo recipe #12139

Closed
wants to merge 5 commits into from
Closed
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
25 changes: 13 additions & 12 deletions recipes/changeo/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@ source:
sha256: 7d19ac3873acf83abe6115b7f4787629a622b0fc3095e8a3ab4b35a675d163e2

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

requirements:
host:
- airr >=1.2.1
- biopython >=1.65
- numpy >=1.8
- pandas >=0.15
- pip
- presto >=0.5.10
- python
- pyyaml >=3.12
- scipy >=0.14
- setuptools >=2.0
run:
- airr >=1.2.1
- biopython >=1.65
Expand All @@ -39,15 +32,23 @@ requirements:
test:
imports:
- changeo
commands:
- AlignRecords.py --version
- AssignGenes.py --version
- BuildTrees.py --version
- ConvertDb.py --version
- CreateGermlines.py --version
- DefineClones.py --version
- MakeDb.py --version
- ParseDb.py --version


about:
home: http://changeo.readthedocs.io
license: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
license_family: CC
license_file:
summary: A bioinformatics toolkit for processing high-throughput lymphocyte receptor sequencing data.
doc_url:
dev_url:
summary: 'A bioinformatics toolkit for processing high-throughput lymphocyte receptor sequencing data.
Citations: Gupta, et al (2015) <doi:10.1093/bioinformatics/btv359>.'

extra:
recipe-maintainers:
Expand Down