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
import automation is making DataObject description values that have the NucletoideSequencing identifier, desired behavior is to use the WorkflowExecution identifier so the descriptions are unique across dataset workflow versions.
import automation is making DataObject description values that have the NucletoideSequencing identifier, desired behavior is to use the WorkflowExecution identifier so the descriptions are unique across dataset workflow versions.
current behavior:
{
"id": "nmdc:dobj-11-7dj2kv07",
"type": "nmdc:DataObject",
"name": "nmdc_wfmgas-11-41a5mz52.1_contigs.fna",
"description": "Assembly contigs for nmdc:omprc-12-bk872674",
"data_object_type": "Assembly Contigs",
"file_size_bytes": 3767621656,
"md5_checksum": "8297aa7cb94ce15476aca523275c6058",
"url": "https://data.microbiomedata.org/data/nmdc:omprc-12-bk872674/nmdc:wfmgas-11-41a5mz52.1/nmdc_wfmgas-11-41a5mz52.1_contigs.fna"
}
desired behavior:
{
"id": "nmdc:dobj-11-7dj2kv07",
"type": "nmdc:DataObject",
"name": "nmdc_wfmgas-11-41a5mz52.1_contigs.fna",
"description": "Assembly contigs for nmdc:wfmgas-11-41a5mz52.1",
"data_object_type": "Assembly Contigs",
"file_size_bytes": 3767621656,
"md5_checksum": "8297aa7cb94ce15476aca523275c6058",
"url": "https://data.microbiomedata.org/data/nmdc:omprc-12-bk872674/nmdc:wfmgas-11-41a5mz52.1/nmdc_wfmgas-11-41a5mz52.1_contigs.fna"
}
The text was updated successfully, but these errors were encountered: