Skip to content

Commit

Permalink
Updating nanopack tools (bioconda#11058)
Browse files Browse the repository at this point in the history
* updating nanoget

* updating nanoplotter

* updating nanostat

* updating nanoqc

* updating nanoplot

* updating nanocomp

* useless change to trigger Circle CI again

* fix minimal versions
  • Loading branch information
wdecoster authored and druvus committed Sep 23, 2018
1 parent 377e59c commit 32c5f7e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions recipes/nanocomp/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.19.0" %}
{% set version = "0.23.0" %}

package:
name: nanocomp
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanocomp/NanoComp-{{ version }}.tar.gz
sha256: 070381fa7411372714ae042081424f8f37bb8d66136053933c735c50f67f6df3
sha256: df066590117afd92d49dadf5a268dc5b4dbb7e71333d8536c4c5960d6ee3b3e5

build:
entry_points:
Expand All @@ -23,10 +23,10 @@ requirements:
- python
- pandas
- numpy
- nanoplotter >=0.38.0
- nanoplotter >=1.0.0
- nanoget >=1.4.0
- nanomath >=0.15.3
- nanoplot >=0.19.1
- nanoplot >=1.17.3

test:
imports:
Expand Down
4 changes: 2 additions & 2 deletions recipes/nanoget/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.5.2" %}
{% set version = "1.7.4" %}

package:
name: nanoget
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanoget/nanoget-{{ version }}.tar.gz
sha256: 70f8bb0e8e1bd0e06f53e3144a8fbd23b19788e7dccfdcfe9f92fe62329af966
sha256: 08f27ccf86006fc2c7345f5f41c098c1bf8992364d78abc118b5ce92696d6e65

build:
number: 0
Expand Down
6 changes: 3 additions & 3 deletions recipes/nanoplot/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.13.0" %}
{% set version = "1.18.2" %}

package:
name: nanoplot
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanoplot/NanoPlot-{{ version }}.tar.gz
sha256: 4b1348e75dea7fa3d03beac5fe01bda9ab2f48cc726caf6eaf98d65dbf743d3b
sha256: 8d7a7fcc23887b72d9c1587ec89379436f433cc5dcbe1a5fad4359e3a7166e96

build:
entry_points:
Expand Down Expand Up @@ -42,5 +42,5 @@ test:
about:
home: https://github.com/wdecoster/NanoPlot
license: MIT License
summary: 'Plotting suite for Oxford Nanopore sequencing data and alignments'
summary: 'Plotting suite for long read sequencing data and alignments'
license_family: MIT
8 changes: 4 additions & 4 deletions recipes/nanoplotter/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.39.1" %}
{% set version = "1.0.0" %}

package:
name: nanoplotter
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanoplotter/nanoplotter-{{ version }}.tar.gz
sha256: ae8a824d70dfda4895f0549f3d58f7dd16ddd91496c87002afe9674ecc04097e
sha256: 9629c321e44af28b2062c813c5a7c127c6ef0b86084d0b96233b86859ae17773

build:
number: 2
Expand All @@ -23,8 +23,8 @@ requirements:
- numpy
- scipy
- matplotlib >=2.1.0
- seaborn >=0.8.1
- pauvre
- seaborn >=0.9.0
- pauvre ==0.1.86
- statsmodels >=0.8.0
- plotly >=2.5.1

Expand Down
4 changes: 2 additions & 2 deletions recipes/nanoqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.7.0" %}
{% set version = "0.8.1" %}

package:
name: nanoqc
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanoqc/nanoQC-{{ version }}.tar.gz
sha256: 757574dd5655fa182205391451ea7e441cb8d61f13ebeeff3bdb5db294817ba6
sha256: c810a02e73a9e236543e2c069074270f6ea6a2ca0a326dc01909e0c9369c1a68

build:
entry_points:
Expand Down
4 changes: 2 additions & 2 deletions recipes/nanostat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.1.0" %}
{% set version = "1.1.2" %}

package:
name: nanostat
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/nanostat/NanoStat-{{ version }}.tar.gz
sha256: db1df1365c515a4dc8268dad65e655266a4e556833d598e9666a9bc55159e401
sha256: ca53ad16aab0a187fffe7e6a9a764e6fd5ef54b7568b52a8df816304680f28d7

build:
entry_points:
Expand Down

0 comments on commit 32c5f7e

Please sign in to comment.