turalaksel / cadnano2.5

PyQt5 version of cadnano

Home Page:http://cadnano.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Temporary fix to Numpy version error

Set NUMPY_EXPERIMENTAL_DTYPE_API environment variable to 1 export NUMPY_EXPERIMENTAL_DTYPE_API=1

About

PyQt5 version of cadnano

http://cadnano.readthedocs.io

License:Other


Languages

Language:Python 99.2%Language:Jupyter Notebook 0.4%Language:Makefile 0.2%Language:QMake 0.2%Language:Shell 0.0%