-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.example.json
More file actions
112 lines (112 loc) · 4.79 KB
/
Copy pathmanifest.example.json
File metadata and controls
112 lines (112 loc) · 4.79 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"manifest_version": 1,
"generated": "2026-06-16",
"data": {
"kegg": {
"version": "kegg118",
"description": "KEGG reference model + KO/reaction tables (core bundle), taxonomy, and prokaryote/eukaryote HMM libraries for getKEGGModelForOrganism.",
"license": "Derived from the KEGG database; redistributed with permission from KEGG.",
"source": "https://github.com/SysBioChalmers/raven-data/releases/tag/kegg118",
"files": {
"kegg118_core.tar.gz": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/kegg118/kegg118_core.tar.gz",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"kegg118_eukaryotes.hmm.gz": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/kegg118/kegg118_eukaryotes.hmm.gz",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"kegg118_prokaryotes.hmm.gz": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/kegg118/kegg118_prokaryotes.hmm.gz",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"kegg118_taxonomy.gz": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/kegg118/kegg118_taxonomy.gz",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
}
}
}
},
"binaries": {
"blast": {
"version": "2.17.0",
"provides": [
"blastp",
"makeblastdb"
],
"platforms": {
"linux-x86_64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/blast-2.17.0/blast-2.17.0-linux-x86_64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"macos-arm64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/blast-2.17.0/blast-2.17.0-macos-arm64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"windows-x86_64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/blast-2.17.0/blast-2.17.0-windows-x86_64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
}
},
"description": "NCBI BLAST+ (homology reconstruction). Windows ZIP bundles nghttp2.dll.",
"license": "Public domain (NCBI)."
},
"diamond": {
"version": "2.1.17",
"provides": [
"diamond"
],
"platforms": {
"linux-x86_64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/diamond-2.1.17/diamond-2.1.17-linux-x86_64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"macos-arm64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/diamond-2.1.17/diamond-2.1.17-macos-arm64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"windows-x86_64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/diamond-2.1.17/diamond-2.1.17-windows-x86_64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
}
},
"description": "DIAMOND protein aligner (homology reconstruction).",
"license": "GPL-3.0-only."
},
"hmmer": {
"version": "3.4.0",
"provides": [
"hmmsearch"
],
"platforms": {
"windows-x86_64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/hmmer-3.3.2/hmmer-3.3.2-windows-x86_64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"linux-x86_64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/hmmer-3.4.0/hmmer-3.4.0-linux-x86_64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
},
"macos-arm64": {
"url": "https://github.com/SysBioChalmers/raven-data/releases/download/hmmer-3.4.0/hmmer-3.4.0-macos-arm64.zip",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"bytes": 0
}
},
"description": "HMMER hmmsearch (KEGG HMM query). Linux/macOS 3.4.0; Windows is the native 3.3.2 build (Cygwin, bundles cygwin1.dll) \u2014 reads the same HMMER3/f format.",
"license": "BSD-3-Clause."
}
}
}