-
Notifications
You must be signed in to change notification settings - Fork 3
/
meta.yaml
50 lines (43 loc) · 886 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
47
48
49
package:
name: "dnoise"
version: "1.4"
build:
number: 0
source:
path: ../DnoisE
#git_url: https://github.com/adriantich/DnoisE.git
requirements:
host:
- python
- setuptools
- pip
build:
- python >=3.8
- nuitka =1.8
- patchelf
# following required in build for nuitka to compile
- pandas =2.0
- numpy >=1.21
- tqdm
- python-levenshtein =0.21
run:
- python >=3.8
- pandas =2.0
- numpy >=1.21
- tqdm
- python-levenshtein =0.21
about:
home: https://github.com/adriantich/DnoisE
license: GPL-3.0-only
license_family: GPL
license_file: LICENSE
summary: "Denoise sequence data sets from Illumina using distance corrected according to the entropy of each codon position"
test:
imports:
- dnoise
commands:
- DnoisE.bin -h
- dnoise -h
extra:
recipe-maintainers:
- adriantich