Skip to content

Commit

Permalink
Add gnies (#11627)
Browse files Browse the repository at this point in the history
* Add gnies

* noarch python

* Update meta.yaml
  • Loading branch information
druvus authored Oct 29, 2018
1 parent a47c875 commit bc4019c
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions recipes/gneiss/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{% set version = "0.4.4" %}
{% set hash_value = "d6cda5a3b43d174bef3567ebc243ebf64c5ba64220ce8cc9bf04dc5c436c2292" %}

package:
name: gneiss
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/g/gneiss/gneiss-{{ version }}.tar.gz
sha256: '{{ hash_value }}'

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

requirements:
host:
- python >3
- setuptools
- ipython >=3.2.0
- matplotlib >=1.4.3
- numpy >=1.9.2
- pandas >=0.18.0
- scipy >=0.15.1
- nose >=1.3.7
- scikit-bio >=0.5.1
- statsmodels >=0.8.0
- biom-format
- seaborn
- bokeh

run:
- python >3
- ipython >=3.2.0
- matplotlib >=1.4.3
- numpy >=1.9.2
- pandas >=0.18.0
- scipy >=0.15.1
- nose >=1.3.7
- scikit-bio >=0.5.1
- statsmodels >=0.8.0
- biom-format
- seaborn
- bokeh

test:
imports:
- gneiss
- gneiss.cluster
- gneiss.cluster.tests
- gneiss.composition
- gneiss.plot
- gneiss.regression
- gneiss.regression.tests
- gneiss.sim
- gneiss.tests

about:
home: https://biocore.github.io/gneiss/
license: BSD
license_family: BSD
summary: Compositional data analysis tools and visualizations

0 comments on commit bc4019c

Please sign in to comment.