airr-community / airr-standards

AIRR Community Data Standards
https://docs.airr-community.org
Creative Commons Attribution 4.0 International
35 stars 23 forks source link

how to know if a repository supports an ADC extension? #555

Closed schristley closed 8 months ago

schristley commented 3 years ago

I was thinking we could add an extensions array into the info object, which might be an easy way to programmatically determine if a repository supports an ADC extension. While we only have one extension now with the async API, CRWG has been considering adding the stats API, and we might have more in the future. It could be a simple keyword array like this:

extensions:
  - asynchronous
  - statistics
bcorrie commented 1 year ago

Moving this to ADC API v2.0

bcorrie commented 8 months ago

@schristley do you want to add this? It seems trivial.