Skip to content

Commit

Permalink
[ci skip] Merge PR 18983
Browse files Browse the repository at this point in the history
Merge PR 18983
  • Loading branch information
ljq12697 authored and BiocondaBot committed Nov 28, 2019
1 parent d0a82d9 commit dd5fcd2
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions recipes/popera/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set version = "1.0.3" %}

package:
name: popera
version: {{ version }}

source:
url: https://github.com/forrestzhang/Popera/archive/{{ version }}.tar.gz
sha256: 3a755f40601d6c633e0bd140827b96402ac6ecce561671f408e8a6605c3cdcb5

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

requirements:
host:
- python >=3
- pip
run:
- python >=3
- pyBigWig
- numpy
- scipy
- pysam
- samtools

test:
imports:
- Poperalib
commands:
- popera --version

about:
home: https://github.com/forrestzhang/Popera
summary: A software for DNase I hypersensitive sites identification.
license: MIT
license_file: LICENSE
dev_url: https://github.com/forrestzhang/Popera

extra:
identifiers:
- biotools:popera

0 comments on commit dd5fcd2

Please sign in to comment.