Skip to content
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

data object descriptions not being populated correctly #326

Closed
aclum opened this issue Dec 9, 2024 · 0 comments · Fixed by #327
Closed

data object descriptions not being populated correctly #326

aclum opened this issue Dec 9, 2024 · 0 comments · Fixed by #327
Assignees

Comments

@aclum
Copy link
Contributor

aclum commented Dec 9, 2024

{id} isn't being resolved to the workflow execution ID for the data object description for the output of MagsAnalysis
Observed in mongo dev
{
"id": "nmdc:dobj-12-fe375a06",
"type": "nmdc:DataObject",
"name": "nmdc_wfmag-12-ffftyt57.1_checkm_qa.out",
"description": "CheckM for {id}",
"data_object_type": "CheckM Statistics",
"md5_checksum": "e99944a8767f4d87a78563aa4621a5b4",
"url": "https://data.microbiomedata.org/data/nmdc:omprc-11-xxv2qg83/nmdc:wfmag-12-ffftyt57.1/nmdc_wfmag-12-ffftyt57.1_checkm_qa.out",
"was_generated_by": "nmdc:wfmag-12-ffftyt57.1"
},

expected behavior:
{
  "id": "nmdc:dobj-12-fe375a06",
  "type": "nmdc:DataObject",
  "name": "nmdc_wfmag-12-ffftyt57.1_checkm_qa.out",
  "description": "CheckM for nmdc:wfmag-12-ffftyt57.1",
  "data_object_type": "CheckM Statistics",
  "md5_checksum": "e99944a8767f4d87a78563aa4621a5b4",
  "url": "https://data.microbiomedata.org/data/nmdc:omprc-11-xxv2qg83/nmdc:wfmag-12-ffftyt57.1/nmdc_wfmag-12-ffftyt57.1_checkm_qa.out",
  "was_generated_by": "nmdc:wfmag-12-ffftyt57.1"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants