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

add order and family

parent 271987b8
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ const { ...@@ -24,7 +24,7 @@ const {
queryContent("/_partials/_refseq").where({ _partial: true }).findOne() queryContent("/_partials/_refseq").where({ _partial: true }).findOne()
); );
const availableTaxo = ref(["species", "genus", "phylum"]); const availableTaxo = ref(["species", "genus", "family", "order", "phylum"]);
const selectedTaxoRank = ref("genus"); const selectedTaxoRank = ref("genus");
const sanitizedRefseq = computed(() => { const sanitizedRefseq = computed(() => {
if (refseqData.value?.body) { if (refseqData.value?.body) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment