Skip to content
Snippets Groups Projects
Commit 2046f53f authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Add list genes and proteins in filterable attributes

parent 087db4b2
No related branches found
No related tags found
1 merge request!187fix cif path2
Pipeline #120246 passed
This commit is part of merge request !187. Comments created here will be created in the context of that merge request.
......@@ -8,7 +8,8 @@ import { useNumericalFilter } from "@/composables/useNumericalfilter"
import { ServerDbTable } from "#components"
const sortBy: Ref<SortItem[]> = ref([{ key: 'System', order: "asc" }])
const itemValue = ref("id");
const facets: Ref<string[]> = ref(["System", "subtype", "gene_name", "completed", "prediction_type",])
const facets: Ref<string[]> = ref(["System", "subtype", "gene_name", "completed", "prediction_type", "proteins_in_the_prediction", "system_genes",
])
const headers: Ref<Object[]> = ref([
{ title: 'Structure', key: 'structure', sortable: false, removable: false },
{ title: "System", key: "System", removable: false },
......
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
......@@ -161,6 +161,8 @@ def update_structure(
"prediction_type",
"plddts",
"iptm+ptm",
"proteins_in_the_prediction",
"system_genes",
"pDockQ",
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment