psamm icon indicating copy to clipboard operation
psamm copied to clipboard

Move YAML writing code from psamm-import to psamm.datasource.native

Open spikeliu opened this issue 8 years ago • 0 comments

Currently, the code that is responsible for writing YAML model files is embedded in psamm-import. This means that API users will have to copy this code from psamm-import or reimplement it in order to write new model files or convert existing files. Since the YAML-model reading code is already in the main PSAMM package, it would make sense to also include the YAML-writing code.

spikeliu avatar Jun 30 '16 18:06 spikeliu