Skip to content

Commit

Permalink
removes the jbrowse orthology link panel for sars-cov-2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed May 2, 2024
1 parent 8b46914 commit 5164a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/orthology/orthologyJBrowseLinkPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const geneLocationIsInvalid = (geneLocation) => {

const OrthologyJBrowseLinkPanel = ({geneLocation, taxonid}) => {
return (
geneLocationIsInvalid(geneLocation) ? null :
(geneLocationIsInvalid(geneLocation) || taxonid === 'NCBITaxon:2697049') ? null :
<div id='orthologyJBrowseLinkPanel'>
<span>Links to orthology data in JBrowse by filter level: </span>
<OrthologyJBrowseLink
Expand Down

0 comments on commit 5164a60

Please sign in to comment.