Skip to content

Commit

Permalink
Merge pull request #1311 from alliance-genome/fix_jbrowse_covid
Browse files Browse the repository at this point in the history
Fix jbrowse covid
  • Loading branch information
oblodgett authored May 2, 2024
2 parents b05013c + 5164a60 commit 2373ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ export const SPECIES = [
jBrowseurltemplate: 'tracks/All Genes/{refseq}/trackData.jsonz',
jBrowsefastaurl: 'https://s3.amazonaws.com/agrjbrowse/fasta/GCF_000001405.40_GRCh38.p14_genomic.fna.gz',
jBrowsetracks: '_all_genes',
jBrowseOrthologyTracks:'',
suppressFlatten: true,
vertebrate: false,
enableSingleCellExpressionAtlasLink: false,
Expand Down

0 comments on commit 2373ad2

Please sign in to comment.