You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JOIN exp.PropertyDomain PD ON D.propertyId = PD.propertyid
637
+
JOIN exp.DomainDescriptor DD on PD.domainID = DD.domainId
638
+
WHERE DD.domainUri LIKE ? AND D.rangeURI = ?""", "urn:lsid:%:" + ExpProtocol.AssayDomainTypes.Run.getPrefix() + ".%", PropertyType.FILE_LINK.getTypeUri()).getObject(Long.class));
JOIN exp.PropertyDomain PD ON D.propertyId = PD.propertyid
644
+
JOIN exp.DomainDescriptor DD on PD.domainID = DD.domainId
645
+
WHERE DD.domainUri LIKE ? AND D.rangeURI = ?""", "urn:lsid:%:" + ExpProtocol.AssayDomainTypes.Result.getPrefix() + ".%", PropertyType.FILE_LINK.getTypeUri()).getObject(Long.class));
SQLFragmentbaseAssaySampleLookupSQL = newSQLFragment("SELECT COUNT(*) FROM exp.propertydescriptor WHERE (lookupschema = 'samples' OR (lookupschema = 'exp' AND lookupquery = 'Materials')) AND propertyuri LIKE ?");
metric.put("participantIdMappingCount", newSqlSelector(StudySchema.getInstance().getSchema(), "SELECT COUNT(DISTINCT container) FROM study.Participant WHERE AlternateId IS NOT NULL").getObject(Long.class));
459
460
metric.put("participantAliasCount", newSqlSelector(StudySchema.getInstance().getSchema(), "SELECT COUNT(*) FROM study.Study WHERE ParticipantAliasDatasetId IS NOT NULL").getObject(Long.class));
JOIN exp.PropertyDomain PD ON D.propertyId = PD.propertyid
466
+
JOIN exp.DomainDescriptor DD on PD.domainID = DD.domainId
467
+
WHERE DD.storageSchemaName = ? AND D.rangeURI = ?""", StudySchema.getInstance().getDatasetSchemaName(), PropertyType.FILE_LINK.getTypeUri()).getObject(Long.class));
468
+
461
469
// grab the counts of report and dataset notification settings (by notification option)
0 commit comments