Closed melissalinkert closed 5 months ago
Fixes #250.
As the test demonstrates, converting input data that has original metadata with the new --no-original-metadata option should result in a METADATA.ome.xml that does not contain OriginalMetadata annotations. Default behavior should be unchanged.
--no-original-metadata
METADATA.ome.xml
OriginalMetadata
I pulled in this PR, built, and ran a few tests on my data. All worked fine. Thumbs-up from me.
Is it worth also adding the option to the README? Otherwise, let's get this merged
Done in 76c993a.
Fixes #250.
As the test demonstrates, converting input data that has original metadata with the new
--no-original-metadata
option should result in aMETADATA.ome.xml
that does not containOriginalMetadata
annotations. Default behavior should be unchanged.