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

Adding goenrichment python package #17131

Merged
merged 2 commits into from
Aug 28, 2019
Merged
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
37 changes: 37 additions & 0 deletions recipes/python-goenrichment/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% set name = "python-goenrichment" %}
{% set version = "0.0.10a3" %}

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

source:
url: https://files.pythonhosted.org/packages/e4/f2/6b51b3ead2582dfa4f55fdf00ccf807b2b964d4bbde7a48d0064c960c3f1/goenrichment-{{ version }}.tar.gz
sha256: a56a0f976718e8baa70288cd4301e9aa15c64e1b200d3217dae5e226575f7b7d

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

requirements:
host:
- pip
- python
run:
- python
- numpy
- scipy
- statsmodels
- pandas
- networkx

test:
imports:
- goenrichment.enrichment

about:
home: https://pypi.org/project/goenrichment/
license: PUBLIC-DOMAIN
license_file: LICENSE
summary: GO enrichment analysis from a list of gene names using a precomputed database