Skip to content

Commit

Permalink
Merge pull request #564 from allaway/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Nov 14, 2023
2 parents a75fa55 + 8799434 commit 376e581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/portals/src/configurations/nf/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const studiesSql = 'SELECT * FROM syn52694652'
export const initiativesSql = 'SELECT * FROM syn24189696'
export const toolsSql = 'SELECT * FROM syn51730943'
export const peopleSql = 'SELECT * FROM syn23564971'
export const filesSql = `SELECT name, resourceType, assay, dataType, diagnosis, tumorType, species, individualID, fileFormat, dataSubtype, nf1Genotype as "NF1 Genotype", nf2Genotype as "NF2 Genotype", studyName, fundingAgency, consortium, accessType, accessTeam, Resource_id FROM syn16858331.107 WHERE resourceType in ('experimentalData', 'results', 'analysis')`
export const metadataFilesSql = `SELECT id, resourceType, dataType, assay, diagnosis, tumorType, species, individualID, fileFormat, dataSubtype, nf1Genotype, nf2Genotype, fundingAgency, consortium FROM syn16858331.107 where resourceType in ('metadata','report')`
export const filesSql = `SELECT name, resourceType, assay, dataType, diagnosis, tumorType, species, individualID, fileFormat, dataSubtype, nf1Genotype as "NF1 Genotype", nf2Genotype as "NF2 Genotype", studyName, fundingAgency, consortium, accessType, accessTeam, Resource_id FROM syn16858331.110 WHERE resourceType in ('experimentalData', 'results', 'analysis')`
export const metadataFilesSql = `SELECT id, resourceType, dataType, assay, diagnosis, tumorType, species, individualID, fileFormat, dataSubtype, nf1Genotype, nf2Genotype, fundingAgency, consortium FROM syn16858331.110 where resourceType in ('metadata','report')`
export const fundersSql = 'SELECT * FROM syn16858699'
export const hackathonsSql = 'SELECT * FROM syn25585549'
export const observationsSql = 'SELECT * FROM syn51735464'
Expand Down

0 comments on commit 376e581

Please sign in to comment.