Skip to content

Commit

Permalink
Update mob suite to version 1.4.8 (#10377)
Browse files Browse the repository at this point in the history
* Add MOB-suite recipe to the channel.MOB-suite: software tools for clustering, reconstruction and typing of plasmids from draft assemblies

* updated recipe to download from URL instead of github

* build python version requirement defined (python >=3.4)

* added build number

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added tests and noarch parameter

* added test statement (import)

* added test statement (import)

* added the new repository and py36 only compile

* made requested corrections by daler. Corrected build number and package string

* Small fixes

* revert deleted row

* New version, fixed sum bugs and improved stability

* Updated 1.4.8 version. The str to int casting issues corrected for the --min... parameters

* new version should reset the build number to 0
  • Loading branch information
kbessonov1984 authored and bgruening committed Aug 10, 2018
1 parent 49657dc commit e06aab9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes/mob_suite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{% set version = "1.4.6" %}
{% set version = "1.4.8" %}


package:
name: mob_suite
version: {{ version }}

build:
number: 1
number: 0
skip: True # [not py36]
script: python -m pip install --no-deps --ignore-installed .

source:
url: https://github.com/phac-nml/mob-suite/archive/{{ version }}.tar.gz
sha256: 3a5dc4eae394714e623440d75afe7b82c381d64ce93e6047e19001430dc273c5
sha256: 261bc84c4db9e4d65b7f120660ae7935be6e53e2459e4dc47232de8543b643e1


requirements:
host:
Expand All @@ -23,8 +25,8 @@ requirements:
- pycurl >=7.43
- scipy >=1.1
- numpy >=1.11
- biopython ==1.70
- pandas ==0.22.0
- biopython >=1.70
- pandas >=0.22.0
- pytables >=3.3
- blast
- mash
Expand Down

0 comments on commit e06aab9

Please sign in to comment.