EDIorg / EMLassemblyline

R package for creating EML metadata
https://ediorg.github.io/EMLassemblyline/
MIT License
27 stars 13 forks source link

Expand template_provenance() to handle generating provenance for external packages #100

Closed kzollove closed 2 years ago

kzollove commented 2 years ago

template_provenance currently only supports EDI data packages. It seems that the template provides enough information fields to essentially manually create provenance for any dataset.

systemID field could be specified only for supported repositories (i.e. EDI, maybe NEON in the future).

clnsmth commented 2 years ago

This would be a great addition @kzollove.

clnsmth commented 2 years ago

Hmmm ... @kzollove please verify that this feature is not yet implemented. See https://github.com/EDIorg/EMLassemblyline/blob/3f9bcbcbf850de1ce66031ece8fd6018b12d8d0e/R/make_eml.R#L999

kzollove commented 2 years ago

Thanks for pointing this out @clnsmth. I should've done a deeper dive before making this issue. I will close this out.

I have some very minor enhancements I will address in a different issue