# cadnano2.5 **Repository Path**: nmcherry/cadnano2.5 ## Basic Information - **Project Name**: cadnano2.5 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-21 - **Last Updated**: 2024-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/cadnano/cadnano2.5.svg?branch=master)](https://travis-ci.org/cadnano/cadnano2.5) [![Documentation Status](https://readthedocs.org/projects/cadnano/badge/?version=master)](http://cadnano.readthedocs.io/en/master/?badge=master) # *radnano* : cadnano 2.5 ## Install pip3 install cadnano For more detail, see this [documentation](http://cadnano.readthedocs.io/). ## 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](http://cadnano.readthedocs.io/en/master/scripting.html) 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