glencoesoftware / bioformats2raw

Bio-Formats image file format to raw format converter
GNU General Public License v2.0
82 stars 36 forks source link

Add "--no-original-metadata" option to omit original metadata from METADATA.ome.xml #251

Closed melissalinkert closed 5 months ago

melissalinkert commented 6 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.

dsudar commented 6 months ago

I pulled in this PR, built, and ran a few tests on my data. All worked fine. Thumbs-up from me.

melissalinkert commented 5 months ago

Is it worth also adding the option to the README? Otherwise, let's get this merged

Done in 76c993a.