-
Notifications
You must be signed in to change notification settings - Fork 3.4k
/
Copy pathmeta.yaml
74 lines (67 loc) · 1.27 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{% set name = 'hail' %}
{% set version = '0.2.61' %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/hail-is/hail.git
git_rev: {{ version }}
sha256: unused
build:
number: 2
# bokeh pinning breaks everything >=3.8
skip: True # [py2k or py >= 38]
requirements:
build:
- {{ compiler('cxx') }}
- make
- rsync
host:
- python
- pyspark >=2.4,<2.4.2
- openjdk 8.*
- lz4
- pytest-runner
- pip
run:
- python
- openjdk 8.*
- pyspark >=2.4,<2.4.2
- aiohttp
- aiohttp-session
- bokeh >1.1,<1.3
- decorator <5
- deprecated
- gcsfs
- humanize
- hurry.filesize
- jinja2 <3.1
- nest-asyncio
- parsimonious
- pyjwt
- python-json-logger ==0.1.11
- requests
- scipy
- tabulate ==0.8.3
- tqdm ==4.42.1
- dill
- asyncinit
- google-cloud-sdk
- google-cloud-storage
- google-api-core
test:
imports:
- hail
- hailtop.batch
about:
home: https://hail.is
dev_url: https://github.com/hail-is/hail
license: MIT
license_file: LICENSE
summary: |
Hail is Python-based data analysis tool for working with genomic data.
extra:
skip-lints:
- uses_vcs_url
recipe-maintainers:
- raivivek