Skip to content

Commit

Permalink
Remove link to diamond protein mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Oct 2, 2024
1 parent 09a2b68 commit de3f07c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ function useHeaderMenuItems() {
key: 'proteome-upload',
display: 'Map proteins to OrthoMCL with Diamond blastp',
type: 'reactRoute',
url: '/workspace/map-proteins/new',
// url: '/workspace/map-proteins/new',
url: makeStaticPageRoute(`/prot-mapping-warn.html`),
},
{
key: 'blast',
Expand Down Expand Up @@ -279,7 +280,8 @@ function useHeaderMenuItems() {
key: 'galaxy-analyses',
display: 'Assign my proteins to groups in Galaxy',
type: 'reactRoute',
url: '/workspace/map-proteins/new',
// url: '/workspace/map-proteins/new',
url: makeStaticPageRoute(`/prot-mapping-warn.html`),
},
{
key: 'basket',
Expand Down

0 comments on commit de3f07c

Please sign in to comment.