Skip to content

Commit

Permalink
Merge pull request #1314 from alliance-genome/main
Browse files Browse the repository at this point in the history
Main to stage
  • Loading branch information
oblodgett authored May 2, 2024
2 parents be79cb9 + df00b0a commit 2a6c9a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ test-alb-deploy:
prod-alb-deploy:
npx aws-cdk deploy prod-alb-stack

stage-ui-deploy:
npx aws-cdk deploy agr-ui-stage

test-ui-deploy:
npx aws-cdk deploy agr-ui-test

prod-ui-deploy:
npx aws-cdk deploy agr-ui-production

uirun:
npm start

Expand Down
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 2a6c9a4

Please sign in to comment.