Skip to content

Pipelines: Rolling your own

audy edited this page Jan 3, 2012 · 3 revisions

Let's walk through a simple pipeline to see how CRAM can be used to customize your analyses. You should already be decently familiar with Python at this point. If not, go look on the Googles for an introduction, read it, do some of the assignments, and then come back here.


First, you'll want to import CRAM

from metacram import *
Clone this wiki locally