Skip to content
Snippets Groups Projects

add simple way of comparing taxonomy between catalogs

Merged Kenzo-Hugo Hillion requested to merge 121-compare-taxonomy into dev
5 files
+ 186
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -33,6 +33,7 @@ export default {
items: [
{ title: 'Home', icon: 'fa-home', route: '/' },
{ title: 'Catalog Statistics', icon: 'far fa-chart-bar', route: '/stats' },
{ title: 'Compare Taxonomy', icon: 'far fa-clone', route: '/compare' },
{ title: 'Genes', icon: 'format_list_bulleted', route: '/genes' },
{ title: 'About', icon: 'contact_support', route: '/about' },
],
Loading