-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
endpoint for ingest of NMDC annotations into IMG #924
Comments
For reference, the |
From @aclum verbally: "Input is a workflow annotation ID. We'll have to walk the graph in both directions." |
Reassigning to @sujaypatil96 for now, based upon the plan several of us made via Zoom this afternoon (see Referential Integrity squad meeting notes Google Doc for details). |
Is your feature request related to a problem? Please describe.
IMG needs an endpoint which provides the following information.
Use case 1
For a given MetagenomeAnnotation
workflow_execution_id
, return:has_output
from MetagenomeAnnotationhas_input
to MetagenomeAssemblyhas_input
to MetagenomeAnnotationhas_input
as the MetagenomeAssemblyUse case 2
For a given MetatranscriptomeAnnotation
workflow_execution_id
, return:has_output
from MetatranscriptomeAnnotationhas_input
to MetatranscriptomeAssemblyhas_input
to MetatranscriptomeAnnotationAbstracting to a generic use case
For a
workflow_execution_set
record, show information about input and output data objects and inputs and outputs of related (those which share and input or output file) workflow execution set records. Return the biosample ID and the study ID.Screenshots
If applicable, add screenshots to help explain your problem.
Describe the solution you'd like
An endpoint which I can point IMG staff to
Additional context
This is a blocker for programmatic data transfer to IMG.
The text was updated successfully, but these errors were encountered: