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

Update pycoqc to 1.1.alpha3 #10198

Merged
merged 2 commits into from
Aug 2, 2018
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions recipes/pycoqc/build.sh

This file was deleted.

29 changes: 12 additions & 17 deletions recipes/pycoqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
{% set name = "pycoqc" %}
{% set version = "1.0.alpha1" %}
{% set hash = "d9b6a18dc80a9c6515651024ff5ecd2e" %}
{% set version = "1.1.alpha3" %}
{% set sha256 = "411be465518a1ec9b264529e9b0143bd148f5941779648e5f1ec11be0ff29fcb" %}

package:
name: {{ name|lower }}
version: {{ version }}
name: pycoqc
version: '{{ version }}'

source:
url: https://github.com/EnrightLab/pycoQC/archive/v{{ version }}.tar.gz
md5: {{ hash }}
url: https://github.com/a-slide/pycoQC/archive/v{{ version }}.tar.gz
sha256: '{{ sha256 }}'

build:
noarch: python
number: 1
number: 0
script: '{{ PYTHON }} -m pip install --no-deps --ignore-installed --no-cache-dir .'

requirements:
host:
- python
- setuptools
- numpy
- pandas
- matplotlib
- seaborn
- notebook

- pip
run:
- python
- numpy
Expand All @@ -37,6 +31,7 @@ test:
- pycoQC

about:
home: https://github.com/EnrightLab/pycoQC
home: https://github.com/a-slide/pycoQC
license: GPL-3.0
summary: 'Python 3 package for Jupyter Notebook, computing metrics and generating plots from Oxford Nanopore Albacore report'
license_family: GPL
summary: Python 3 package for Jupyter Notebook, computing metrics and generating plots from Oxford Nanopore Albacore report