Skip to content

Commit

Permalink
Mob suite 1.4.9.1 (#13697)
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

* Updated to version 1.4.9

* Updated to version 1.4.9

* Updated to version 1.4.9

* Downgraded to python >= 3.4 to accomodate lowandrew request

* new build

* no arch commit for python 3.4

* no arch conda package version

* Set build number to 1

* new db host

* updated meta.yaml with resolved conficts from the head branch

* build not more than  python 3.6
  • Loading branch information
kbessonov1984 authored and druvus committed Feb 19, 2019
1 parent 4e0eccc commit 50da774
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/mob_suite/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{% set version = "1.4.9" %}
{% set version = "1.4.9.1" %}

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

build:
number: 1
number: 0
noarch: python
script: python -m pip install --no-deps --ignore-installed .

source:
url: https://github.com/phac-nml/mob-suite/archive/{{ version }}.tar.gz
sha256: 8bb2442737a11fc2c6b45c6a371b05ccb2defa6b57a77150aa141795367acd0c
sha256: d67d64a70615b908f599723651d44ae52367c01963795fdf07b9bcbbb3f787a0


requirements:
host:
- python >=3.4
- python >=3.4,<3.7
- pip
- setuptools
run:
Expand Down

0 comments on commit 50da774

Please sign in to comment.