Skip to content

Commit

Permalink
[DCJ-517] Add FireCloud data library (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Jul 17, 2024
1 parent ef326d9 commit 742b1f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added src/images/firecloud-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/pages/DatasetSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import anvilIcon from '../images/anvil-logo.svg';
import terraIcon from '../images/terra-logo.svg';
import hcaIcon from '../images/human-cell-atlas-logo.png';
import cfdeIcon from '../images/cfde-logo.png';
import firecloudIcon from '../images/firecloud-logo.png';
import homeIcon from '../images/icon_dataset_.png';
import { Storage } from '../libs/storage';
import { Box, CircularProgress } from '@mui/material';
Expand Down Expand Up @@ -194,6 +195,15 @@ export const DatasetSearch = (props) => {
icon: cfdeIcon,
title: 'CFDE Data Library',
},
'firecloud': {
query: {
'match_phrase': {
'study.description': 'FireCloud'
}
},
icon: firecloudIcon,
title: 'FireCloud Data Library',
},
'/custom': {
query: {
'bool': {
Expand Down

0 comments on commit 742b1f4

Please sign in to comment.