Skip to content

Commit

Permalink
Fix bigquery metadata link
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Nov 6, 2024
1 parent c1f50c6 commit bbc7d61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/data-portal-explore/src/components/AtlasTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const AtlasMetadataLinkModal: React.FunctionComponent<IAtlasMetadataLinkModalPro
You can also explore the metadata in{' '}
<a
target="_blank"
href="https://isb-cgc.appspot.com/bq_meta_search/isb-cgc-bq.HTAN/"
href="https://bq-search.isb-cgc.org/search?datasetId=%22htan%22&projectId=isb-cgc-bq"
>
Google BigQuery
</a>
Expand Down Expand Up @@ -562,7 +562,10 @@ export class AtlasTable extends React.Component<IAtlasTableProps> {
cell: (atlas: Atlas) => (
<>
<Tooltip overlay="CellxGene: explore single cell data">
<span className="ml-auto" style={{wordBreak:"normal"}}>
<span
className="ml-auto"
style={{ wordBreak: 'normal' }}
>
{(atlas.htan_name === 'HTAN MSK' && (
<a
href='/explore?tab=file&selectedFilters=%5B%7B"value"%3A"HTAN+MSK"%2C"label"%3A"HTAN+MSK"%2C"group"%3A"AtlasName"%2C"count"%3A1086%2C"isSelected"%3Afalse%7D%2C%7B"value"%3A"hdf5"%2C"label"%3A"hdf5"%2C"group"%3A"FileFormat"%2C"count"%3A12%2C"isSelected"%3Afalse%7D%5D'
Expand Down

0 comments on commit bbc7d61

Please sign in to comment.