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 mob suite to version 1.4.8 #10377

Merged
merged 28 commits into from
Aug 10, 2018
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0d1004d
Add MOB-suite recipe to the channel.MOB-suite: software tools for clu…
kbessonov1984 May 14, 2018
b8e2498
updated recipe to download from URL instead of github
kbessonov1984 May 14, 2018
5c16963
build python version requirement defined (python >=3.4)
kbessonov1984 May 14, 2018
2295dd0
added build number
kbessonov1984 May 14, 2018
edd9190
added tests and noarch parameter
kbessonov1984 May 14, 2018
36601b7
added tests and noarch parameter
kbessonov1984 May 14, 2018
621867a
added tests and noarch parameter
kbessonov1984 May 14, 2018
9c67613
added tests and noarch parameter
kbessonov1984 May 14, 2018
593295b
added tests and noarch parameter
kbessonov1984 May 14, 2018
cbe0355
added tests and noarch parameter
kbessonov1984 May 14, 2018
a9dc884
added tests and noarch parameter
kbessonov1984 May 15, 2018
5617905
added tests and noarch parameter
kbessonov1984 May 15, 2018
35c5fe8
added tests and noarch parameter
kbessonov1984 May 15, 2018
1ce0d1b
added tests and noarch parameter
kbessonov1984 May 15, 2018
dedaf5d
added tests and noarch parameter
kbessonov1984 May 15, 2018
3a02941
added tests and noarch parameter
kbessonov1984 May 15, 2018
675f75e
added tests and noarch parameter
kbessonov1984 May 15, 2018
e6a96ac
added test statement (import)
kbessonov1984 May 15, 2018
5107182
added test statement (import)
kbessonov1984 May 15, 2018
c4eb46f
added the new repository and py36 only compile
May 16, 2018
143a9af
made requested corrections by daler. Corrected build number and packa…
May 18, 2018
f5291b6
Small fixes
druvus May 18, 2018
9262bfd
revert deleted row
druvus May 18, 2018
87bae6c
New version, fixed sum bugs and improved stability
Jun 20, 2018
0cce3de
Merge branch 'master' into mob_suite
kbessonov1984 Jun 20, 2018
780ba07
Updated 1.4.8 version. The str to int casting issues corrected for th…
kbessonov1984 Aug 10, 2018
6bd0db2
Merge branch 'master' into mob_suite
kbessonov1984 Aug 10, 2018
c426fd5
new version should reset the build number to 0
bgruening Aug 10, 2018
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
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