Skip to content

Commit

Permalink
started 'basics' doc chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pveber committed Nov 6, 2017
1 parent c860fc1 commit 0f49f7d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/basics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
======================================
Basics: how to write a simple pipeline
======================================

Now that we have a working installation of ``bistro`` and ``docker``,
let us get back to our actual goal, writing bioinformatics
pipelines. In the following we'll use the ``utop`` interpreter to run
an OCaml script. If you write your code in a file named
``pipeline.ml``, you can run it by typing

.. code-block:: bash
$ utop pipeline.ml
which will create a ``_bistro`` directory used to store the results of
the pipeline. We'll get back to that later, let's now start with a
minimal example.

A minimal example
=================



0 comments on commit 0f49f7d

Please sign in to comment.