Skip to content

Commit

Permalink
fetch link data for single run page
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 committed Jan 24, 2024
1 parent baac51b commit c97155b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/packages/data-portal/app/routes/runs.$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ const GET_RUN_BY_ID_QUERY = gql(`
dataset {
cell_component_name
cell_component_id
cell_name
cell_strain_name
cell_strain_id
cell_type_id
dataset_citations
dataset_publications
deposition_date
Expand All @@ -68,6 +71,7 @@ const GET_RUN_BY_ID_QUERY = gql(`
id
last_modified_date
organism_name
organism_taxid
other_setup
related_database_entries
related_database_entries
Expand All @@ -76,6 +80,7 @@ const GET_RUN_BY_ID_QUERY = gql(`
sample_preparation
sample_type
tissue_name
tissue_id
title
authors(
Expand Down

0 comments on commit c97155b

Please sign in to comment.