hubmapconsortium / entity-api

A set of web service calls to return information about HuBMAP entities
https://entity.api.hubmapconsortium.org
MIT License
3 stars 1 forks source link

Kburke/add dataset type attribute #584

Closed yuanzhou closed 10 months ago

yuanzhou commented 10 months ago

Following merged PR #581 for TEST.

This includes all the changes from https://github.com/hubmapconsortium/entity-api/pull/570

Will go hand in hand with https://github.com/hubmapconsortium/search-api/pull/727

Will also need to delete those fields from neo4j TEST

match (n:Sample) 
remove n.specimen_type, n.specimen_type_other, n.tissue_type
return count(n.uuid)