-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
meta.yaml
95 lines (88 loc) · 2.17 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{% set name = "trtools" %}
{% set version = "6.1.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 3a177cf19060945eff4044f16d5ebdc66364e72a8a3c9bd725086ba10003df96
build:
noarch: python
entry_points:
- dumpSTR=trtools.dumpSTR:run
- mergeSTR=trtools.mergeSTR:run
- statSTR=trtools.statSTR:run
- compareSTR=trtools.compareSTR:run
- qcSTR=trtools.qcSTR:run
- associaTR=trtools.associaTR:run
- prancSTR = trtools.prancSTR:run
- simTR = trtools.simTR:run
- annotaTR = trtools.annotaTR:run
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
number: 0
run_exports:
- {{ pin_subpackage('trtools', max_pin="x") }}
requirements:
host:
- python >=3.7.1,<4.0
- poetry-core >=1.0.0
- pip >=20.3
run:
- python >=3.7.1,<4.0
- cyvcf2 >=0.30.27
- matplotlib-base >=3.1.2
- numpy >=1.17.3
- pandas >=1.2.0
- pysam >=0.15.4
- scikit-learn >=0.23.1
- scipy >=1.3.3
- statsmodels >=0.10.2
- pyfaidx >=0.5.6
- ART >=2016.06.05
- pgenlib >=0.90.1
test:
imports:
- trtools
- trtools.associaTR
- trtools.compareSTR
- trtools.dumpSTR
- trtools.mergeSTR
- trtools.qcSTR
- trtools.statSTR
- trtools.prancSTR
- trtools.simTR
- trtools.annotaTR
- trtools.utils
requires:
- bcftools
- git
- pytest
- htslib
commands:
- associaTR --help
- dumpSTR --help
- mergeSTR --help
- statSTR --help
- compareSTR --help
- qcSTR --help
- prancSTR --help
- simTR --help
- annotaTR --help
about:
home: https://github.com/gymreklab/TRTools
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: Toolkit for genome-wide analysis of tandem repeats
doc_url: https://trtools.readthedocs.io/
dev_url: https://github.com/gymreklab/TRTools
extra:
recipe-maintainers:
- LiterallyUniqueLogin
- aryarm
identifiers:
- biotools:trtools
- doi:10.1093/bioinformatics/btaa736
additional-platforms:
- osx-arm64
- linux-aarch64