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

BLD: adding gneiss recipe #11435

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions recipes/gneiss/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
50 changes: 50 additions & 0 deletions recipes/gneiss/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set version = "0.4.4" %}

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

source:
fn: gneiss-{{ version }}.tar.gz
url: https://pypi.io/packages/source/e/gneiss/gneiss-{{ version }}.tar.gz
md5: d6cda5a3b43d174bef3567ebc243ebf64c5ba64220ce8cc9bf04dc5c436c2292

build:
number: 1

requirements:
build:
- setuptools
- python 3.5*
- scikit-bio >=0.5.1
- pandas
- scipy
- numpy >=1.10
- matplotlib
- bokeh >=0.1.5
- biom-format
- seaborn
- h5py
- statsmodels >=0.8.0
run:
- setuptools
- python 3.5*
- scikit-bio >=0.5.1
- pandas
- scipy
- numpy >=1.10
- matplotlib
- bokeh >=0.1.5
- biom-format
- seaborn
- h5py

test:
# Python imports
imports:
- gneiss

about:
home: https://github.com/biocore/gneiss
license: BSD 3-Clause
summary: Compositional Analysis and Visualization toolkit