You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will return *protein* records, which will be saved with a GenPept extension
83
+
(.gp) by ``records_to_genbank(biopython_records, is_protein=True)``,
84
+
unless specified otherwise with ``extension=``.
85
+
86
+
74
87
Installation
75
-
-------------
88
+
------------
76
89
77
-
(soon) You can install crazydoc through PIP
90
+
You can install crazydoc through PIP:
78
91
79
92
.. code::
80
93
81
94
sudo pip install crazydoc
82
95
83
-
Alternatively, you can unzip the sources in a folder and type
96
+
Alternatively, you can unzip the sources in a folder and type:
84
97
85
98
.. code::
86
99
87
100
sudo python setup.py install
88
101
89
102
License = MIT
90
-
--------------
103
+
-------------
91
104
92
-
Crazydoc is an open-source software originally written at the `Edinburgh Genome Foundry <http://genomefoundry.org>`_ by `Zulko <https://github.com/Zulko>`_ and `released on Github <https://github.com/Edinburgh-Genome-Foundry/crazydoc>`_ under the MIT licence (copyright Edinburg Genome Foundry).
105
+
Crazydoc is an open-source software originally written at the `Edinburgh Genome Foundry <http://genomefoundry.org>`_ by `Zulko <https://github.com/Zulko>`_ and `released on Github <https://github.com/Edinburgh-Genome-Foundry/crazydoc>`_ under the MIT licence (Copyright 2018 Edinburgh Genome Foundry).
0 commit comments