Systems Biology Format Converter (SBFC)

The Systems Biology Format Converter (SBFC) is both a framework and an online service for converting between formats used in systems biology. The framework is written in Java and can be used as a standalone executable or as web service. The SBFC framework currently supports conversion from SBML to BioPAX Levels 2 and 3, MATLAB, Octave, XPP, GraphViz, and APM. SBFC is free software distributed under the terms of the LGPL. The lead author of SBFC is Nicholas Rodriguez, but it is a collaborative project and we hope that other developers will create new modules to support more formats.

User and developer manuals for SBFC are also available. They can be downloaded from the following web links:

Please cite the paper if you use SBFC or the SBFC framework

Citations are crucial to our ability to justify continued development of SBFC, as well as our academic careers. If you use SBFC and you publish papers about your software, we ask that you please cite the SBFC paper:

The systems biology format converter Nicolas Rodriguez, Jean-Baptiste Pettit, Piero Dalle Pezze, Lu Li, Arnaud Henry, Martijn P. van Iersel, Gael Jalowicki, Martina Kutmon, Kedar N. Natarajan, David Tolnay, Melanie I. Stefan, Chris T. Evelo & Nicolas Le Novère. BMC Bioinformatics, 17, 154.BibTeX EndNote

Using SBFC (either as a standalone application or a library)

Download the latest copy of the SBFC distribution or a specific converter of interest from the SBFC download page on SourceForge. After downloading and uncompressing the package, you can put the extracted folder where you prefer. We suggest you create a folder containing the model you need to convert inside the SBFC folder.

The distribution includes a number of script files for Linux and Windows to run SBFC as a standalone program. Alternatively, you can include SBFC within another Java program. Put the JAR file in the library folder of your program and add this file to the Java program library path required for compilation. If you have downloaded the standalone version of SBFC, you do not need to do anything else. Otherwise, you should also install the dependencies libraries required by SBFC.

More information is available from the SBFC website and wiki.

Using the SBFC web service

Systems biology models can also be converted online using the SBFC web service. Two modes are available:

  • Via a web browser. This approach uses the cluster of computer machines at the EBI. Please visit the SBFC web service page at http://www.ebi.ac.uk/biomodels/tools/converters/. Models can be converted via three input methods: file upload, URL reference, or copy/paste. Once the conversion jobs are started, the results can be downloaded for 72 hours after the conversion finished. For privacy reasons, neither the original nor the converted models are kept on the servers for a period longer than 72 hours.

  • Via the Java class ConverterLink. This class allows the user to run a conversion job and get the converted model directly as the return value of a method. This is convenient if SBFC is integrated into a software application. Depending on user requirements, two types of methods for submitting conversion jobs can be selected within the class ConverterLink. Blocking calls start a conversion job and wait until the model is converted and returned from the web server. Alternatively, nonblocking calls start a conversion job and immediately return a ConversionId object that can be checked later another method.

Converters currently supported

More about SBFC

This page only provides a summary of SBFC. Much more information is available from the SBFC home page and wiki, including examples, a user manual, a developer manual, links to bug and feature request trackers