Skip to content

cadnano/cadnano2.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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