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
At the moment we use the api/v2/process/sequencing/get/ (with run_name) to confirm that we have linked run to library to biosample and also to establish whether or not the biosample has been properly registered (with minimal metadata).
We'd like this functionality from the API without the exposure of actual metadata so that we can request long-lived refresh tokens for a non-metadata-revealing OAuth scope.
(Happy to do a two stage lookup with api/v2/artifact/biosample/query/validity or v3 equivalent if a new <something>/sequencing/get/ were to return run -> library -> biosamples[sample_id1,sample_id2,...] )
The text was updated successfully, but these errors were encountered:
At the moment we use the
api/v2/process/sequencing/get/
(withrun_name
) to confirm that we have linked run to library to biosample and also to establish whether or not the biosample has been properly registered (with minimal metadata).We'd like this functionality from the API without the exposure of actual metadata so that we can request long-lived refresh tokens for a non-metadata-revealing OAuth scope.
(Happy to do a two stage lookup with
api/v2/artifact/biosample/query/validity
or v3 equivalent if a new<something>/sequencing/get/
were to return run -> library ->biosamples[sample_id1,sample_id2,...]
)The text was updated successfully, but these errors were encountered: