PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 5 forks source link

Add converter for PEtab v1 problems to v2 #272

Closed dweindl closed 3 days ago

dweindl commented 1 week ago

With the planned PEtab v2 release, we will want to have an up-converter available. I might have some code lying around somewhere already.

It should allow creating a petab.v2.Problem from a v1 problem on the fly, and it should allow converting a set of PEtab files on disk.

Related to #271