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 binsanity to 0.2.6.3 #10363

Merged
merged 2 commits into from
Aug 10, 2018
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions recipes/binsanity/build.sh

This file was deleted.

32 changes: 15 additions & 17 deletions recipes/binsanity/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
{% set version = "0.2.6.3" %}
{% set sha256 = "df192b10a7a8697a7819193e227fbda0f9ca0efe9cc0564f5f016d1634b5b4cb" %}

package:
name: binsanity
version: "0.2.6.1"
version: '{{ version }}'

source:
url: https://pypi.python.org/packages/c6/8a/35b273179b3f9a882394d32881d0cc9725bc37d192ba7411469d3339ebd6/Binsanity-0.2.6.1.tar.gz
md5: 794de7b2b4349880511381b0407fd7ff
url: https://pypi.io/packages/source/b/binsanity/Binsanity-{{ version }}.tar.gz
sha256: '{{ sha256 }}'

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

requirements:
host:
- python
- setuptools
- biopython
- pandas >=0.13.0
- scipy >=0.13.0
- checkm-genome
- scikit-learn

- python <3
- pip
run:
- python
- python <3
- biopython
- pandas >=0.13.0
- scipy >=0.13.0
Expand All @@ -35,6 +33,6 @@ test:

about:
home: https://github.com/edgraham/BinSanity
license: GPL3
summary: 'Method to cluster contigs based a biphasic method with coverage and composition'
license_family: GPL3
license: GPL-3.0
license_family: GPL
summary: Method to cluster contigs based a biphasic method with coverage and composition