Skip to content

Commit

Permalink
Bump drep (#11457)
Browse files Browse the repository at this point in the history
  • Loading branch information
druvus authored Oct 21, 2018
1 parent ebd2162 commit bf1f3b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
3 changes: 0 additions & 3 deletions recipes/drep/build.sh

This file was deleted.

26 changes: 10 additions & 16 deletions recipes/drep/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
{% set name = "drep" %}
{% set version = "2.2.3" %}

package:
name: drep
version: "2.0.5"
version: '{{ version }}'

source:
url: https://files.pythonhosted.org/packages/2d/66/a38de16d8a10b150c5a6742e6c82e7bcf0254333fa1f6bcd4f1e8b0ed640/drep-2.0.5.tar.gz
md5: 08492bb85a9bcfe2ee55e90cfbd7064f
url: https://pypi.io/packages/source/d/drep/drep-{{ version }}.tar.gz
sha256: b2d0d702829f4d1ce2ed99af0e20e1b07cbf0e15fd780bc4d77619c0dc7a1581

build:
number: 2
skip: True # [py27]
number: 0
script: $PYTHON -m pip install --no-deps --ignore-installed --no-cache-dir -vvv .

requirements:
host:
- python
- setuptools
- numpy
- pandas
- seaborn
- matplotlib
- biopython
- scikit-learn
- pytest

- pip
run:
- python
- numpy
Expand All @@ -30,8 +26,6 @@ requirements:
- matplotlib
- biopython
- scikit-learn
- pytest
- python-dateutil >=2.5.0

test:
imports:
Expand All @@ -43,5 +37,5 @@ test:
about:
home: https://github.com/MrOlm/drep
license: MIT
summary: 'De-replication of microbial genomes assembled from multiple samples'
license_family: MIT
summary: De-replication of microbial genomes assembled from multiple samples

0 comments on commit bf1f3b6

Please sign in to comment.