Skip to content

Commit cbcf99a

Browse files
authored
Merge pull request #474 from CBIIT/C3DC-2083
added study id to genetic analysis table downloads
2 parents 78ba2c8 + 5084ec1 commit cbcf99a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/bento/dashboardTabData.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,7 @@ export const GET_GENETIC_ANALYSIS_OVERVIEW_QUERY = gql`
16611661
sort_direction: $sort_direction
16621662
) {
16631663
# Study
1664+
study_id
16641665
dbgap_accession
16651666
16661667
# Participant
@@ -2366,6 +2367,14 @@ const geneticAnalysisTab = {
23662367
// Add 'Variant Allele Fraction' here once the data is available
23672368
// Add 'DNA Index' here once the data is available
23682369
// Add 'ISCN' here once the data is available
2370+
{
2371+
dataField: "study_id",
2372+
header: "Study ID",
2373+
display: false,
2374+
downloadOnly: true,
2375+
tooltipText: "sort",
2376+
role: cellTypes.DISPLAY
2377+
},
23692378
],
23702379
id: 'genetic_analysis_tab',
23712380
tabIndex: '3',

0 commit comments

Comments
 (0)