Skip to content
Snippets Groups Projects

Resolve "Table with all PDB files, to make them available to download"

Merged Remi PLANEL requested to merge table-structure-with-molstar into dev
4 files
+ 23
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -13,7 +13,9 @@ const { width } = useDisplay();
const distriTool: Ref<string[]> = ref([])
const facets = ref([
"replicon",
"type",
"subtype",
"Superkingdom",
"phylum",
"order",
@@ -43,7 +45,8 @@ const headers = ref([
},
{
title: "Accessions",
key: "accession_in_sys"
key: "accession_in_sys",
sortable: false
}
])
const logTransform = computed(() => {