-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgenome_attribs-GTDB.yml
321 lines (272 loc) · 7.39 KB
/
genome_attribs-GTDB.yml
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
columns:
- key: coll
type: string
filter_strategy: identity
non_visible: true
- key: load_ver
type: string
filter_strategy: identity
non_visible: true
- key: _mtchsel
type: string
filter_strategy: identity
non_visible: true
no_cast: true
- key: kbase_id
type: string
filter_strategy: identity
display_name: KBase ID
category: Identifiers
description:
- key: kbase_display_name
type: string
filter_strategy: ngram
display_name: KBase Name
category: Identifiers
description:
- key: accession
type: string
filter_strategy: identity # this seems like a good candidate for substring
display_name: Accession
category: Identifiers
description:
- key: checkm_completeness
type: float
display_name: CheckM Completeness
category: Quality
description:
- key: checkm_contamination
type: float
display_name: CheckM Contamination
category: Quality
description:
- key: checkm_marker_count
type: int
display_name: Number of CheckM Markers
category: Other
description:
- key: checkm_marker_lineage # GTDB node, might need better tokenizing or substring search
type: string
filter_strategy: fulltext
display_name: CheckM Marker Lineage
category: Other
description:
- key: checkm_marker_set_count
type: int
display_name: Number of CheckM Marker Sets
category: Other
description:
- key: contig_count
type: int
display_name: Number of Contigs
category: Other
description:
- key: gc_count
type: int
display_name: GC Count
category: Other
description:
- key: gc_percentage
type: float
display_name: GC Content
category: Statistics
description:
- key: genome_size
type: int
display_name: Genome Size
category: Statistics
description:
- key: classification # GTDB classification, might need better tokenizing
type: string
filter_strategy: ngram
display_name: Classification
category: Taxonomy
description:
- key: longest_contig
type: int
display_name: Longest Contig
category: Other
description:
- key: longest_scaffold
type: int
display_name: Longest Scaffold
category: Other
description:
- key: mean_contig_length
type: float
display_name: Mean Contig Length
category: Other
description:
- key: mean_scaffold_length
type: float
display_name: Mean Scaffold Length
category: Other
description:
- key: mimag_high_quality # is this a boolean? do we need a bool type & convert?
type: string
filter_strategy: identity
display_name: Mimag High Quality
category: Quality
description:
- key: mimag_low_quality # is this a boolean? do we need a bool type & convert?
type: string
filter_strategy: identity
display_name: Mimag Low Quality
category: Quality
description:
- key: mimag_medium_quality # is this a boolean? do we need a bool type & convert?
type: string
filter_strategy: identity
display_name: Mimag Medium Quality
category: Quality
description:
- key: n50_contigs
type: int
display_name: N50 Contigs
category: Other
description:
- key: n50_scaffolds
type: int
display_name: N50 Scaffolds
category: Other
description:
- key: ncbi_assembly_level
type: string
filter_strategy: fulltext
display_name: NCBI Assembly Level
category: Source
description:
- key: ncbi_assembly_name
type: string
filter_strategy: identity # this seems like a good candidate for substring
display_name: NCBI Assembly Name
category: Other
description:
- key: ncbi_bioproject
type: string
filter_strategy: identity # this seems like a good candidate for substring
display_name: NCBI BioProject
category: Source
description:
- key: ncbi_biosample
type: string
filter_strategy: identity # this seems like a good candidate for substring
display_name: NCBI BioSample
category: Source
description:
- key: ncbi_country
type: string
filter_strategy: fulltext
display_name: NCBI Country
category: Other
description:
- key: ncbi_date # should put all dates into ISO8601 format, but not add significance
type: date
display_name: NCBI Date
category: Source
description:
- key: ncbi_genbank_assembly_accession
type: string
filter_strategy: identity # this seems like a good candidate for substring
display_name: NCBI GenBank Assembly Accession
category: Other
description:
- key: ncbi_genome_category
type: string
filter_strategy: fulltext
display_name: NCBI Genome Category
category: Other
description:
- key: ncbi_isolate
type: string
filter_strategy: fulltext
display_name: NCBI Isolate
category: Other
description:
- key: ncbi_isolation_source
type: string
filter_strategy: fulltext
display_name: NCBI Isolation Source
category: Other
description:
- key: ncbi_lat_lon # might want to do specialized processing here
type: string
filter_strategy: fulltext
display_name: NCBI Latitude/Longitude
category: Other
description:
- key: ncbi_organism_name
type: string
filter_strategy: fulltext
display_name: NCBI Organism Name
category: Taxonomy
description:
- key: ncbi_seq_rel_date # should put all dates into ISO8601 format, but not add significance
type: date
display_name: NCBI Sequence Release Date
category: Other
description:
- key: ncbi_species_taxid
type: int
display_name: NCBI Species Taxon ID
category: Other
description:
- key: ncbi_strain_identifiers
type: string
filter_strategy: fulltext
display_name: NCBI Strain Identifiers
category: Other
description:
- key: ncbi_submitter
type: string
filter_strategy: fulltext
display_name: NCBI Submitter
category: Other
description:
- key: ncbi_taxid
type: int
display_name: NCBI Taxon ID
category: Other
description:
- key: ncbi_taxonomy_unfiltered # might need better tokenizing
type: string
filter_strategy: fulltext
display_name: NCBI Taxonomy (Unfiltered)
category: Other
description:
- key: protein_count
type: int
display_name: Number of Protein Encoding Genes
category: Statistics
description:
- key: scaffold_count
type: int
display_name: Number of Scaffolds
category: Other
description:
- key: ssu_count
type: int
display_name: SSU Count
category: Other
description:
- key: ssu_length # this looks like an int that's a string in the DB. Should we coerce?
type: string
filter_strategy: fulltext
display_name: SSU Length
category: Other
description:
- key: trna_aa_count
type: int
display_name: tRNA AA Count
category: Other
description:
- key: trna_count
type: int
display_name: Number of tRNA Genes
category: Statistics
description:
- key: trna_selenocysteine_count
type: int
display_name: tRNA Selenocysteine Count
category: Other
description: