Skip to content

MICommunity/psi-jami

Repository files navigation

PSI-JAMI

Master Develop Latest release
Build Status: master Build Status: dev Version

Introduction

The aim of JAMI is to provide a single java library and framework which unifies the standard formats such as PSI-MI XML and PSI-MITAB.

The JAMI model interfaces are abstracted from both formats to hide the complexity/requirements of each format. The development of softwares and tools on top of this framewrok simplifies the integration and support of the two standard formats.

It avoids endless conversions to different formats and avoid code/unit test duplicate as the code becomes more modular.

The utils package contains a collection of various helper classes. We're not sure if all of this classes or really necessary, but we need to use them for now.