Skip to content

Commit

Permalink
Create AIRR recipe using conda skeleton pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
PertuyF committed Nov 20, 2018
1 parent 3954167 commit f7df047
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/airr/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "airr" %}
{% set version = "1.2.1" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b6c523cee7822b327bfcc637e6261bda27a0d4148bc46a73fef745199ee5fcb9

build:
number: 0
entry_points:
- airr-tools=airr.tools:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "

requirements:
host:
- pandas >=0.18.0
- pip
- python
- pyyaml >=3.12
- setuptools >=2.0
- yamlordereddictloader >=0.4.0
run:
- pandas >=0.18.0
- python
- pyyaml >=3.12
- setuptools >=2.0
- yamlordereddictloader >=0.4.0

test:
imports:
- airr
- airr.specs
- tests
commands:
- airr-tools --help

about:
home: http://docs.airr-community.org
license: CC BY 4.0
license_family: CC
summary: 'AIRR Community Data Representation Standard reference library for antibody and TCR sequencing data.
Citations: AIRR standards <doi:10.5281/zenodo.1185414>.'

extra:
recipe-maintainers:
- PertuyF

0 comments on commit f7df047

Please sign in to comment.