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 toulligqc to v0.10 #10192

Merged
merged 1 commit into from
Aug 2, 2018
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
17 changes: 7 additions & 10 deletions recipes/toulligqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{% set version = "0.9" %}
{% set sha256 = "e2c7642e8767d5fa492da09272c1bae70cd23b674e63d038ecd6b9976d513cf1" %}
{% set version = "0.10" %}
{% set sha256 = "4442bb5ee655487d643f86a5115d88bc2dd0ab457b746573ff482d505091cd3a" %}

package:
name: toulligqc
version: '{{version}}'
version: '{{ version }}'

source:

url: https://pypi.io/packages/source/t/toulligqc/toulligqc-{{version}}.tar.gz
sha256: '{{sha256}}'
url: https://pypi.io/packages/source/t/toulligqc/toulligqc-{{ version }}.tar.gz
sha256: '{{ sha256 }}'

build:
entry_points:
- toulligqc=toulligqc.toulligqc:main
number: 2
number: 0
skip: true # [py27]

requirements:
Expand All @@ -25,7 +24,6 @@ requirements:
- h5py >=2.7,<2.8
- pandas >=0.19,<0.20
- numpy >=1.12,<1.13

run:
- python
- matplotlib >=2.0,<2.1
Expand All @@ -37,12 +35,11 @@ requirements:
test:
imports:
- toulligqc

commands:
- toulligqc --help

about:
home: https://github.com/GenomicParisCentre/toulligQC
license: GPL-3.0
summary: A post sequencing QC tool for Oxford Nanopore sequencers
license_family: GPL
summary: A post sequencing QC tool for Oxford Nanopore sequencers