-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathmeta.yaml
81 lines (74 loc) · 1.75 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
75
76
77
78
79
80
81
{% set name = "nf-core" %}
{% set version = "3.2.0" %}
{% set sha256 = "f7afd001099c306384a3a1d0876f4af933244fa7b39470e14e7d9b0a7789c68f" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/nf-core/tools/archive/refs/tags/{{ version }}.tar.gz
sha256: '{{ sha256 }}'
build:
noarch: python
number: 0
script: "touch requirements.txt && {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
- nf-core=nf_core.__main__:run_nf_core
run_exports:
- {{ pin_subpackage('nf-core', max_pin="x") }}
requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- click
- filetype
- git
- gitpython
- pygithub
- jinja2
- jsonschema >=4.0
- markdown >=3.3
- packaging
- pillow
#- pdiff
- pre-commit
- prompt_toolkit >=3.0.48
- pydantic >=2.2.1
- pyyaml
- questionary >=2.0.1
- refgenie
- requests
- requests-cache
- rich >=13.3.1
- rich-click ==1.8.*
- rocrate
- repo2rocrate
- ruamel.yaml
- tabulate
- textual ==0.71.0
- linkify-it-py >=1,<3
- trogon
- nextflow >=24.04.4
- nf-test
test:
commands:
- nf-core --help
- nextflow help
- nf-test version
about:
home: "https://nf-co.re"
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'Python package with helper tools for the nf-core community.'
dev_url: "https://github.com/nf-core/tools"
doc_url: "https://nf-co.re"
extra:
container:
# click requires a unicode locale when used with Python 3
# extended-base generates en_US.UTF-8 locale and sets LC_ALL, LANG properly
extended-base: True
identifiers:
- doi:10.1038/s41587-020-0439-x