Skip to content

Commit

Permalink
Added recipe for pydemult: Streamed and parallel demultiplexing of fa…
Browse files Browse the repository at this point in the history
…stq files (#11471)

* Added recipe for pydemult

* Bumped version in favor of py3.5
  • Loading branch information
jenzopr authored and druvus committed Oct 26, 2018
1 parent bb21f8c commit b2fa919
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/pydemult/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "pydemult" %}
{% set version = "0.4.1" %}

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

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

build:
number: 0
skip: True # [py27]
entry_points:
- pydemult = pydemult.pydemult:demultiplex
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "

requirements:
host:
- mputil
- pandas
- pip
- python
run:
- mputil
- pandas
- python

test:
imports:
- pydemult
commands:
- pydemult --help

about:
home: https://github.com/jenzopr/pydemult
license: MIT
license_family: MIT
license_file: LICENSE
summary: Streamed and parallel demultiplexing of fastq files in python
doc_url: https://github.com/jenzopr/pydemult
dev_url: https://github.com/jenzopr/pydemult

extra:
recipe-maintainers:
- jenzopr

0 comments on commit b2fa919

Please sign in to comment.