-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
48 lines (41 loc) · 1.04 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
{% set name = "ipdtools" %}
{% set version = "0.22" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 65fcd25128f7fc61d163bdadaed46b3fd6705108425fb3b008a56758e3cff137
build:
number: 0
entry_points:
- ipdtools = ipdtools.launchers.ipdtools_launcher:main
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
run:
- python
- tqdm
- pandas
- numpy
- h5py
- joblib
test:
imports:
- ipdtools
- ipdtools.launchers
commands:
- ipdtools --help
about:
home: "https://github.com/GDelevoye/ipdtools"
license: UNKNOWN
license_family: OTHER
license_file:
summary: "PacBio codes isolated and repackaged to work on their in-sillico model"
doc_url: "https://github.com/GDelevoye/ipdtools/blob/af68c835e1d92cf7a29b308c54ed7294520f5297/README.md"
dev_url: "https://github.com/GDelevoye/ipdtools"
extra:
recipe-maintainers:
- GDelevoye