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
In the extract_metadata method, the code is designed to extract version information and ontology IRI from the submission file. This extraction process is overriding the configuration schemes defined in config/schemes/ontology_submission.yml, so even if we set extractedMetadata to false it gets extracted anyways.
In the
extract_metadata
method, the code is designed to extract version information and ontology IRI from the submission file. This extraction process is overriding the configuration schemes defined in config/schemes/ontology_submission.yml, so even if we setextractedMetadata
tofalse
it gets extracted anyways.Code in Question:
ontologies_linked_data/lib/ontologies_linked_data/services/submission_process/operations/submission_extract_metadata.rb
Lines 11 to 16 in 9605eb4
Configuration Scheme:
ontologies_linked_data/config/schemes/ontology_submission.yml
Lines 37 to 61 in 838c92c
The text was updated successfully, but these errors were encountered: