diff --git a/apps/portals/src/configurations/nf/resources.ts b/apps/portals/src/configurations/nf/resources.ts index be74655c7f..4b5096ceb6 100644 --- a/apps/portals/src/configurations/nf/resources.ts +++ b/apps/portals/src/configurations/nf/resources.ts @@ -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'