sbmlteam / libCombine

a C++ library for working with the COMBINE Archive format
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

How can OMEX manifest files be directly read and written? #42

Closed jonrkarr closed 3 years ago

jonrkarr commented 3 years ago

To my knowledge, libCOMBINE can read and write OMEX manifest files, but only part of COMBINE archives. In some cases, it is useful to be able to work with OMEX manifest files directly. For example, in the BioModels cleanup project we want to store the contents of COMBINE archives unpacked into directories so we can version control their changes.

fbergmann commented 3 years ago

i've added an example on how to read / write manifest files directly

jonrkarr commented 3 years ago

Copying links to the examples here for anyone searching the GitHub issues about the same question