From 9a586d50ade0d435855c0dcb2cf8688c75e1f9fb Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 26 Jul 2022 18:01:48 +0100 Subject: [PATCH] JAL-4036 Fixed the virus_host_id query field --- resources/fts/uniprot_data_columns-2022.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/fts/uniprot_data_columns-2022.txt b/resources/fts/uniprot_data_columns-2022.txt index 7e51cd8..b4ce8b4 100644 --- a/resources/fts/uniprot_data_columns-2022.txt +++ b/resources/fts/uniprot_data_columns-2022.txt @@ -82,7 +82,7 @@ Protein names;protein_name;String;g3;300;1500;500;true;true Proteomes;xref_proteomes;String;g3;50;1000;95;false;false Taxonomic lineage;lineage|taxonomy_name;String;g3;50;400;95;false;false Taxonomic lineage (IDs);lineage_ids|taxonomy_id;String;g3;50;400;95;false;false -Virus hosts;virus_hosts|virus_host;String;g3;50;1000;95;false;true +Virus hosts;virus_hosts|virus_host_id;String;g3;50;1000;95;false;true Annotation;annotation_score;String;g6;50;1000;95;false;false Caution;cc_caution;String;g6;50;1000;95;false;false Comment Count;comment_count;String;g6;50;1000;95;false;false -- 1.7.10.2