-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
meta.yaml
77 lines (70 loc) · 1.73 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
{% set blast_version = "2.12.0" %}
package:
name: maker
version: 3.01.03
source:
url: http://weatherby.genetics.utah.edu/maker_downloads/static/maker-3.01.03.tgz
sha256: f36cc7ef584c215955a4d9fdd46287a49f7508bbe59c6fe78d50e0c6e99192ae
patches:
- "repeatmasker_check.patch"
- "mpi_init.patch"
build:
number: 3
requirements:
build:
- {{ compiler('c') }}
host:
- perl
- perl-bioperl-core >=1.7.8
- perl-bit-vector
- perl-dbd-pg
- perl-dbd-sqlite
- perl-dbi
- perl-io-all
- perl-io-prompt
- perl-inline-c >=0.78
- perl-perlio-gzip
- perl-forks
- perl-perl-unsafe-signals
- mpich
run:
- augustus >=3.2.3
- blast {{ blast_version }}
- exonerate
- evidencemodeler
- repeatmasker >=4.1.1
- rmblast {{ blast_version }} # blast and rmblast must be pinned to the same version as they share some libraries
- snap
- snoscan
- perl
- perl-bioperl-core >=1.7.8
- perl-bit-vector
- perl-dbd-pg
- perl-dbd-sqlite
- perl-dbi
- perl-io-all
- perl-io-prompt
- perl-inline-c >=0.78
- perl-perlio-gzip
- perl-forks
- perl-perl-unsafe-signals
- mpich
- rapsearch # [not osx]
- trnascan-se
- postgresql
# GeneMarkS, GeneMark-ES and FGENESH are optional requirements but are not free
about:
home: http://www.yandell-lab.org/software/maker.html
license: GPL3
license_file: LICENSE
summary: MAKER is a portable and easily configurable genome annotation pipeline.
test:
commands:
- maker --version
extra:
container:
# mpich needs /etc/resolv.conf : https://github.com/bioconda/bioconda-recipes/issues/11583
extended-base: true
identifiers:
- biotools:maker
- usegalaxy-eu:maker