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 jupyterpngsplugin python package to Bioconda #17124

Merged
merged 1 commit into from
Aug 27, 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/jupyterngsplugin/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{% set name = "jupyterngsplugin" %}
{% set version = "0.0.10a3" %}

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

source:
url: https://files.pythonhosted.org/packages/1b/ab/fa327b85190f39f2ade073aab7e2eac91e10940a8c3b84041e1c7c007be0/{{ name }}-{{ version }}.tar.gz
sha256: cad2a875aff6ec89b728b9ad014bbe0c811a186c93384f7d04e936f84fb07d6c

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

requirements:
host:
- pip
- python
- setuptools
run:
- python
- pandas
- Wand
- biopython
- xmltodict
- jupyter

test:
imports:
- jupyterngsplugin.image.pdftobase64

about:
home: https://pypi.org/project/jupyterngsplugin/
license: PUBLIC-DOMAIN
summary: Jupyter notebook plugin Bioinformatics NGS data analysis