Skip to content

Commit

Permalink
Merge pull request #504 from jay-hodgson/PLFM-8059
Browse files Browse the repository at this point in the history
PLFM-8059: remove Diagnosis column
  • Loading branch information
jay-hodgson authored Oct 17, 2023
2 parents bd14a14 + 9e5f1ce commit c7dc026
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/portals/src/configurations/elportal/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ export const studiesSql = 'SELECT * FROM syn51209885 ORDER BY isFeatured DESC'
export const speciesSql = 'SELECT * FROM syn51449110 ORDER BY ItemOrder'
export const computationalSql = 'SELECT * FROM syn51469335'
export const upsetPlotSql = 'SELECT files, assay FROM syn51581771'
export const cohortBuilderSql = 'SELECT * FROM syn52234652'
export const cohortBuilderFilesSql = 'SELECT * FROM syn52234677'
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'

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

0 comments on commit c7dc026

Please sign in to comment.