brain-bican / taxonomy-development-tools

Tools to build and edit Cell Annotation Schema taxonomies.
Apache License 2.0
3 stars 1 forks source link

Implement new accession standard #53

Closed dosumis closed 7 months ago

dosumis commented 10 months ago

cell set accession recipe:

{labelset}:{blake2hash(sorted_ids)}

See: https://github.com/cellannotation/cell-annotation-schema/issues/71#issuecomment-1854462981

We no longer need incremental IDs.

No need for change to CAS as we will use existing field.

dosumis commented 10 months ago

Cautionary note....

There's a reasonable case for this. The object being annotated has changed - but also a cost in complexity and perhaps confusion. Cell sets could have the same metadata attached between versions, but IDs would not be stable.

We should document use cases./ scenarios for resolution.

dosumis commented 10 months ago

supersedes #29