Closed ACharbonneau closed 3 years ago
In the latest release, dcc names are validated via the ermrest api. If the user enters an invalid dcc, they will get an error message before job submission.
Users may now also use the short dcc name directly, for example gtex instead of cfde_registry_dcc:gtex. The longer cfde_registry_dcc:foo name will continue to work.
tested and works, but I'm leaving open until I update those bug reports
bug report updated
We've had several people with this issue. Basically, they put in their DCC id incorrectly and the error is:
Error ingesting to DERIVA: not enough values to unpack (expected 2, got 1)
It usually means that they put in just
hmp
rather thancfde_registry_dcc:hmp
I imagine there are two possible ways to fix this:
cfde_registry_dcc:
to the namecfde_registry_dcc:
itself. Since every ID starts withcfde_registry_dcc:
it seems slightly weird to make them enter it anyway.related issues: https://github.com/nih-cfde/published-documentation/discussions/205 https://github.com/nih-cfde/published-documentation/discussions/150