@@ -41,6 +41,7 @@ Cauldron, you'll get the same results at the bench.
4141 <br /><br />
4242 </p >
4343
44+
4445Usage tutorial
4546--------------
4647
@@ -67,6 +68,7 @@ time by setting ``topology='linear'``, ``topology='circular'``, or for instance
6768``topology='default_to_linear' `` to use the topology specified by each Genbank and
6869default to linear if none is specified.
6970
71+
7072Parts assembly
7173~~~~~~~~~~~~~~
7274
@@ -108,6 +110,7 @@ Now you can explore the results of the simulation:
108110 DNA Cauldron aims at generating reports as useful as possible to help you
109111pinpoint any problem when you don't get the expected number of assemblies.
110112
113+
111114Assembly Plans
112115~~~~~~~~~~~~~~
113116
@@ -144,15 +147,15 @@ The simulation and reporting on an assembly plan is very similar to that of a si
144147
145148
146149 Installation
147- -------------
150+ ------------
148151
149- You can install DnaCauldron through PIP:
152+ You can install DNA Cauldron through PIP:
150153
151154.. code :: shell
152155
153156 sudo pip install dnacauldron
154157
155- The full installation using `dnacauldron[reports] ` is required for report generation.
158+ The full installation using `` dnacauldron[reports] ` ` is required for report generation.
156159Alternatively, you can unzip the sources in a folder and type:
157160
158161.. code :: shell
@@ -163,19 +166,20 @@ Alternatively, you can unzip the sources in a folder and type:
163166 How it works
164167------------
165168
166- Dna Cauldron predicts circular constructs by finding circular paths in parts
169+ DNA Cauldron predicts circular constructs by finding circular paths in part
167170homology graphs, an idea first described in
168- `Pereira et al. Bioinf. 2015 <http://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-015-0544-x >`_ .
171+ `Pereira et al. ( 2015) <http://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-015-0544-x >`_,
169172and used in the Python library `PyDNA <https://github.com/BjornFJohansson/pydna >`_.
170173
171174
172175Contribute!
173176-----------
174177
175- Dna Cauldron is an open-source software originally written at the `Edinburgh Genome Foundry
178+ DNA Cauldron is an open-source software originally written at the `Edinburgh Genome Foundry
176179<http://www.genomefoundry.io> `_ by `Zulko <https://github.com/Zulko >`_
177- and `released on Github <https://github.com/Edinburgh-Genome-Foundry/DnaCauldron >`_ under the MIT licence (Copyright Edinburgh Genome Foundry).
178- Everyone is welcome to contribute !
180+ and `released on Github <https://github.com/Edinburgh-Genome-Foundry/DnaCauldron >`_ under the MIT licence (Copyright 2020 Edinburgh Genome Foundry).
181+ Everyone is welcome to contribute!
182+
179183
180184More biology software
181185----------------------
0 commit comments