-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmeta.yaml
64 lines (57 loc) · 1.25 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
{% set version = "0.0.0" %}
{% set sha256 = "TODO" %}
package:
name: asap
version: '{{ version }}'
source:
#url: https://github.com/TGenNorth/ASAP/archive/v{{ version }}.tar.gz
#sha256: '{{ sha256 }}'
path: .
patches:
- disable_setuptools_scm.patch
build:
noarch: python
number: 0
script:
- echo 'version = "{{ version }}"' > asap/version.py
- python -m pip install --no-deps --ignore-installed .
requirements:
host:
- python 3.*
- pip
run:
# TODO: see conda documentation to determine if pin_compatible is required/recommended
- bowtie2
- lxml
- numpy
- openpyxl <=2.2.5
- pysam >0.13
- python 3.*
- samtools >=1.0
- scikit-bio
- trimmomatic
- xmltodict
test:
imports:
- asap
commands:
- bamProcessor --help
- analyzeAmplicons --help
- bamProcessor --help
- formatOutput --help
- outputCombiner --help
- prepareJSONInput --help
- reformatXML --help
about:
home: https://github.com/TGenNorth/ASAP
summary: Amplicon Sequencing Analysis Pipeline
license: Academic and Research License
license_family: Other
license_file: LICENSE
extra:
identifiers:
# TODO: https://zenodo.org
- doi:...
recipe-maintainers:
- corburn
- DarwinW13