-
Notifications
You must be signed in to change notification settings - Fork 8
/
meta.yaml
45 lines (38 loc) · 970 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
{% set name = "pathogentrack" %}
{% set version = "0.2.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://files.pythonhosted.org/packages/c4/89/0bae1709372b9d5ef814942a67f34ef82247d4a6409571ddc84d78227e71/PathogenTrack-0.2.2.tar.gz"
sha256: 64d08f02320fd25977736e78bcf75262f8cfb7b469f321837fa7d90cc1c608b8
build:
noarch: python
number: 0
entry_points:
- PathogenTrack=PathogenTrack.PathogenTrack:main
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- biopython >=1.78
- pip
- python
run:
- biopython >=1.78
- python
test:
imports:
- PathogenTrack
commands:
- PathogenTrack --help
about:
home: "https://github.com/ncrna/PathogenTrack"
license: MIT
license_family: MIT
license_file:
summary: "A pipeline to identify pathogenic microorganisms from scRNA-seq raw data"
doc_url:
dev_url:
extra:
recipe-maintainers:
- your-github-id-here