-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yaml
46 lines (41 loc) · 916 Bytes
/
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
# recipe/meta.yaml
package:
name: quantms-utils
version: "0.0.18"
source:
path: ../
build:
entry_points:
- quantmsutilsc=quantmsutils.quantmsutilsc:main
run_exports:
- {{ pin_subpackage('quantms-utils', max_pin="x.x") }}
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
number: 0
noarch: python
requirements:
host:
- python
- pip
- poetry-core >=1.2.0
run:
- python
- click
- sdrf-pipelines>=0.0.31
- pyopenms>=3.2.0
- pandas
- pyarrow>=16.1.0
- scipy
test:
imports:
- quantmsutils
commands:
- quantmsutilsc --help
about:
home: https://www.github.com/bigbio/quantms-utils
summary: Python package with scripts and helpers for the quantms workflow
license: MIT
license_file: LICENSE
dev_url: https://www.github.com/bigbio/quantms-utils
extra:
recipe-maintainers:
- ypriverol