Skip to content

Commit

Permalink
remove legacy map in menu, add study explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
aurreco-uga committed Mar 17, 2024
1 parent 13afcc4 commit feb575e
Showing 1 changed file with 13 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,26 +517,6 @@ const useHeaderMenuItems = (
include: [TriTrypDB],
},
},
{
key: 'mapveu',
display: 'Legacy implementation of MapVEu (soon to be retired)',
tooltip: 'Population Biology map',
type: 'externalLink',
url: '/popbio-map/web/',
metadata: {
include: [VectorBase],
},
},
{
key: 'mapveu',
display: 'MapVEu',
tooltip: 'Population Biology map',
type: 'externalLink',
url: 'https://vectorbase.org/popbio-map/web/',
metadata: {
include: [EuPathDB, UniDB],
},
},
!showInteractiveMaps
? {
type: 'custom',
Expand Down Expand Up @@ -628,6 +608,19 @@ const useHeaderMenuItems = (
type: 'reactRoute',
url: '/fasta-tool',
},
{
key: 'study-explorer',
display: (
<>
WGCNA Study explorer <img alt="NEW" src={newImage} />
</>
),
type: 'reactRoute',
url: '/workspace/analyses/DS_82dc5abc7f/new',
metadata: {
include: [PlasmoDB, HostDB, EuPathDB, UniDB],
},
},
{
key: 'webservices',
display: 'Web services',
Expand Down

0 comments on commit feb575e

Please sign in to comment.