Skip to content

Commit

Permalink
Update pycoqc to 1.1.alpha3 (#10198)
Browse files Browse the repository at this point in the history
* Update pycoqc to 1.1.alpha3

* add noarch: python
  • Loading branch information
Jason Travis authored and bgruening committed Aug 2, 2018
1 parent 6c5933d commit 72aa9fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
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

0 comments on commit 72aa9fe

Please sign in to comment.