seek4science / seek

For finding, sharing and exchanging Data, Models, Simulations and Processes in Science.
http://www.seek4science.org
BSD 3-Clause "New" or "Revised" License
77 stars 52 forks source link

Issue with doi genreation #1590

Open aa20g217 opened 1 year ago

aa20g217 commented 1 year ago

I am writing to report an issue I encountered while trying to generate a DOI for my workflow registered on Workflow Hub. The error message I received is as follows:

(422) DOI 10.48546/workflowhub.workflow.571.1: Missing child element(s). Expected is ({http://datacite.org/schema/kernel-4}creator) at line 12, column 0

I appreciate your support in resolving this issue.

stuzart commented 1 year ago

It will be because the workflow doesn't have any creators defined, which is required by Datacite for the DOI metadata

we need to check this and give a warning if missing

aa20g217 commented 1 year ago

thank you for your prompt response. Could you please tell me how to define creator? I can not find any option to edit it.

stuzart commented 1 year ago

If you go to Manage Workflow, under the Actions menu, there is a field half way down that defines the creators. Here you can type the name and it will autocomplete and you can add the person:

image

after, remember to click Update at the bottom

aa20g217 commented 1 year ago

Got it. Thank you!