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
This has been an issue for some time, but I'm just getting around to submitting an issue. If you are uploading new germplasm via the template, you have to include at least three new lines (accnumbs) in the template otherwise you get the following log errors.
Is there a specific reason that the data validator doesn't like uploads of less than 3 varieties?
Bo
The text was updated successfully, but these errors were encountered:
I've had a look and it seems to be caused by the list of entity types at the end of the sheet. That list causes the code to think there are three germplasm rows in the file. If not all of them have an ACCENUMB specified, it's going to complain.
The short-term workaround is to delete the entity type values. They are only used for validation rules (and maybe autocomplete) within Excel anyway.
Ah, that makes sense, I just assumed that list column was out of the scope of the uploader once it gets into to the Germinate. I'll start deleting it when I have one-off germplasm to upload.
Best,
Bo
On 07/18/2023 4:23 AM EDT Sebastian Raubach ***@***.***> wrote:
Hi Bo,
I've had a look and it seems to be caused by the list of entity types at the end of the sheet. That list causes the code to think there are three germplasm rows in the file. If not all of them have an ACCENUMB specified, it's going to complain.
The short-term workaround is to delete the entity type values. They are only used for validation rules (and maybe autocomplete) within Excel anyway.
—
Reply to this email directly, view it on GitHub #30 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/AZJS5VNFJXDCVTAX2WOH7I3XQZBYVANCNFSM6AAAAAA2LO6PP4.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Sebastian,
This has been an issue for some time, but I'm just getting around to submitting an issue. If you are uploading new germplasm via the template, you have to include at least three new lines (accnumbs) in the template otherwise you get the following log errors.
Is there a specific reason that the data validator doesn't like uploads of less than 3 varieties?
Bo
The text was updated successfully, but these errors were encountered: