ISA API example programs¶
The ISA API comes with a set of example programs demonstrating how to
use the isatools
Python package. These can be imported from the
isatools.examples
package, however it is far more useful to inspect
the code directly. We provide the code listings linked in this
documentation, and you can also view the source code on GitHub.
Simple Example Programs¶
createSimpleISAtab.py: Uses the ISA model classes to construct ISA content and write it out as an ISA-Tab.
createSimpleISAJSON.py: Uses the ISA model classes to construct ISA content and write it out as an ISA-JSON.
validateISAtab.py: Validates one or more ISA-Tab archives.
validateISAjson.py: Validates one or more ISA-JSON files.