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
There are already methods that test if some of the metadata is empty (see finalizeMetadata()), but the aforementioned code runs earlier, leading to an error.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
The nanopore parser warns and does not validate data in case metadata fields are empty.
Observed Behaviour
The nanopore parser fails while trying to parse empty metadata fields, without throwing an informative warning
Steps to reproduce
Possible reasons
core-utils-lib/src/main/groovy/life/qbic/utils/NanoporeParser.groovy
Line 100 in 5a070db
There are already methods that test if some of the metadata is empty (see finalizeMetadata()), but the aforementioned code runs earlier, leading to an error.
The text was updated successfully, but these errors were encountered: