cadnano / cadnano2.5

PyQt5 version of cadnano
http://cadnano.readthedocs.io
Other
70 stars 41 forks source link

Build Status Documentation Status

radnano : cadnano 2.5

Install

pip3 install cadnano

For more detail, see this documentation.

Running

To run with a GUI from the command line:

cadnano

Scripting

When in a python interpreter you can just:

import cadnano

and script your designs without a GUI. See our scripting docs.

License

cadnano model code is BSD-3. cadnano GUI code that uses PyQt5 is GPLv3 The both full licenses can be found in the LICENSE file