Skip to content

Commit

Permalink
Add deepbinner. (#10111)
Browse files Browse the repository at this point in the history
* Add deepbinner.

* overwrite numpy pinning because tensorflow needs a newer version.
  • Loading branch information
johanneskoester authored Aug 3, 2018
1 parent 81820bc commit c837951
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/deepbinner/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy:
- 1.13
46 changes: 46 additions & 0 deletions recipes/deepbinner/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set version = "0.1.2" %}

package:
name: deepbinner
version: {{ version }}

source:
url: https://github.com/rrwick/Deepbinner/archive/v{{ version }}.tar.gz
sha256: 297ec118c094840c9095c09a8deb4808f0b9692f86062adc42b930614e2f47bb

build:
number: 0
skip: true # [py2k]
script: python -m pip install --no-deps --ignore-installed .
entry_points:
- deepbinner = deepbinner.deepbinner:main

requirements:
host:
- python
- pip
- setuptools
- tensorflow
- h5py
- keras
- matplotlib
- noise
- numpy
run:
- python
- tensorflow
- h5py
- keras
- matplotlib
- noise
- numpy

test:
commands:
- deepbinner -h

about:
home: https://github.com/rrwick/Deepbinner
license: GPL3
summary: A signal-level demultiplexer for Oxford Nanopore reads.

0 comments on commit c837951

Please sign in to comment.