Monthly Archives: February 2017

iPython Notebook How-To: Gap-fill a model in PyFBA

Gap-fill a model in PyFBA

by Daniel Cuevas

Introduction

In this notebook, we will present the steps to generate a genome-scale metabolic model from RAST annotations, gap-fill the model on rich LB type media, and save the model to hard disk.

Continue reading

iPython Notebook How-To: Generating, saving, and loading models in PyFBA

Generating, saving, loading models in PyFBA

by Daniel Cuevas

Introduction

In this notebook, we will present the steps to generate a genome-scale metabolic model from RAST annotations, save the model on your computer, and load the model from your computer.
Continue reading

Software Engineering

So you have written some software and want to release it to the world! Congratulations!

You’re not done yet. Now you need to document your software and make a release so that everyone knows how to use it. Here are the minimal set of files that you should include and a discussion about each.

Continue reading