Skip to content

Commit

Permalink
Updated ont-tombo to version 1.4. (#10182)
Browse files Browse the repository at this point in the history
* Updated ont-tombo to version 1.4.

* Removed setuptools from run requirements.

* Added extra identifier to the bioarxiv pre-print.

* Update meta.yaml
  • Loading branch information
marcus1487 authored and bgruening committed Aug 2, 2018
1 parent 5c66434 commit 6c5933d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions recipes/ont-tombo/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "ont-tombo" %}
{% set version = "1.3" %}
{% set hash = "40a7e681fad9fca6dd78aa6c8e944012dae8464bb0879cd0d0e6c5505da08d89" %}
{% set version = "1.4" %}
{% set hash = "af478a046156e8644fbf458191da18e2757fd71ac91d645c13cd5a3b5006c695" %}

package:
name: {{ name|lower }}
Expand All @@ -13,13 +13,13 @@ source:
build:
entry_points:
- tombo = tombo.__main__:main
number: 1
number: 0

requirements:
host:
- python
- setuptools >=18.0
- h5py <=2.7.0
- h5py
- rpy2 # [py3k]
- rpy2 <=2.8.6 # [not py3k]
- numpy
Expand All @@ -35,8 +35,7 @@ requirements:

run:
- python
- setuptools >=18.0
- h5py <=2.7.0
- h5py
- rpy2 # [py3k]
- rpy2 <=2.8.6 # [not py3k]
- numpy
Expand All @@ -62,3 +61,7 @@ about:
license: mpl-2.0
license_file: LICENSE.md
summary: 'Detection of modified bases from raw nanopore sequencing data.'

extras:
identifiers:
- doi:https://doi.org/10.1101/094672 # bioarxiv preprint

0 comments on commit 6c5933d

Please sign in to comment.