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

add nb_sys column

parent c1447e95
No related branches found
No related tags found
1 merge request!131Merge relevant Abstract and references
Pipeline #117817 failed
......@@ -9,6 +9,8 @@ const headers: Ref<Object[]> = ref([
{ title: "System", key: "system" },
{ title: "Proteins in structure", key: 'proteins_in_the_prediction', sortable: false },
{ title: "System genes", key: "system_genes", sortable: false },
{ title: "Sys id", key: "nb_sys" },
{ title: "Completed", key: "completed" },
{ title: "Predition type", key: "prediction_type" },
{ title: "Num of genes", key: "system_number_of_genes" },
......
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