Skip to content

Commit

Permalink
ELITE portal: remove Type column from cohort files view
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Oct 17, 2023
1 parent d20c716 commit 19441f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portals/src/configurations/elportal/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const upsetPlotSql = 'SELECT files, assay FROM syn51581771'
export const cohortBuilderSql =
'SELECT individualID, inFiles, minAge, maxAge, Sex, Study, fileFormat, dataTypes, dataSubtypes, Assays, fileIds, fileVersions FROM syn52234652'
export const cohortBuilderFilesSql =
'SELECT id, individualCount,Study,dataTypes,Assays,Species,fileFormat,Type,minAge,maxAge,analysisType,Consortium,Grant,isModelSystem,isMultiSpecimen,metadataType,modelSystemType,Platform,Project,ResourceType,fileVersion FROM syn52234677'
'SELECT id, individualCount,Study,dataTypes,Assays,Species,fileFormat,minAge,maxAge,analysisType,Consortium,Grant,isModelSystem,isMultiSpecimen,metadataType,modelSystemType,Platform,Project,ResourceType,fileVersion FROM syn52234677'

export const defaultSearchConfiguration = {
fullTextSearchHelpURL: 'https://help.eliteportal.org/help/search-tips',
Expand Down

0 comments on commit 19441f1

Please sign in to comment.