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

Added recipe prototype for pymisc-utils #10139

Merged
merged 7 commits into from
Jul 30, 2018
Merged
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
4 changes: 4 additions & 0 deletions recipes/pymisc-utils/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
$PYTHON setup.py install
cp misc/*.py ${PREFIX}/bin/
chmod 755 ${PREFIX}/bin/*.py
74 changes: 74 additions & 0 deletions recipes/pymisc-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{% set name = "pymisc-utils" %}
{% set version = "0.2.10" %}
{% set sha256 = "5fdce376485d43e064f3bf3bbb847a3688fca9d6ddca49cf2d30a163e2c4e71f" %}

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

source:
url: https://github.com/bmmalone/{{ name|lower }}/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
skip: True [osx or py27]

requirements:
build:
- {{ compiler('c') }}
host:
- python
- numpy
- scipy
- cython
- statsmodels
- matplotlib
- pandas
- scikit-learn
- fastparquet
- networkx
- docopt
- tqdm
- joblib
- xlrd
- openpyxl
- graphviz
- pydot
- paramiko
- six
- nltk
- dask
- setuptools
run:
- python
- numpy
- scipy
- cython
- statsmodels
- matplotlib
- pandas
- scikit-learn
- fastparquet
- networkx
- docopt
- tqdm
- joblib
- xlrd
- openpyxl
- graphviz
- pydot
- paramiko
- six
- nltk
- dask

test:
commands:
- call_program.py -h

about:
home: https://github.com/dieterich-lab/pymisc-utils
license: MIT
license_file: LICENSE
summary: Utility library for rp-bp