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

Add DCA recipe #11274

Merged
merged 3 commits into from
Oct 10, 2018
Merged
Changes from 1 commit
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
52 changes: 52 additions & 0 deletions recipes/dca/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{% set name = "DCA" %}
{% set version = "0.2.2" %}

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

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

build:
skip: True # [not py36]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also be a noarch package, isn't it? You can skip the python version on the pinning level.

number: 0
entry_points:
- dca = dca.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "

requirements:
host:
- h5py
- keras >=2.0.8
- kopt
- numpy >=1.7
- pandas
- pip
- python
- scanpy
- scikit-learn
- six >=1.10.0
run:
- h5py
- keras >=2.0.8
- kopt
- numpy >=1.7
- pandas
- python
- scanpy
- scikit-learn
- six >=1.10.0

test:
imports:
- dca
commands:
- dca --help

about:
home: https://github.com/theislab/dca
license: Apache Software
license_family: APACHE
summary: Count autoencoder for scRNA-seq denoising