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
The spec requires Analysis to set the provenance.submitter_id on project-level matrices. The use of provenance.submitter_id was a hack to work around the lack (at the time the spec was written) of a suitable schema property to identify the origin of a file.
We now have file_core.file_source and DCP/2 Analysis should populate it, not only for matrices but in all …_file entities it emits. It should be set to DCP/2 Analysis, one of the valid enum values for that property.
To ensure a smooth transition, Analysis should continue to populate provenance.submitter_id for backwards compatibility.
The text was updated successfully, but these errors were encountered:
The spec requires Analysis to set the
provenance.submitter_id
on project-level matrices. The use ofprovenance.submitter_id
was a hack to work around the lack (at the time the spec was written) of a suitable schema property to identify the origin of a file.We now have
file_core.file_source
and DCP/2 Analysis should populate it, not only for matrices but in all…_file
entities it emits. It should be set toDCP/2 Analysis
, one of the valid enum values for that property.To ensure a smooth transition, Analysis should continue to populate
provenance.submitter_id
for backwards compatibility.The text was updated successfully, but these errors were encountered: