Skip to content

lcbb/PERDIX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERDIX

PERDIX (Programmed Eulerian Routing for DNA Design using X-overs) is a new, free and open-source software package written in FORTRAN 90/95 that enables the automated convertion of 2D computer-generated design files into DNA sequences. These DNA sequences can be subsequently synthesized and mixed to fold DNA DX-based wireframe 2D lattices with high fidelity.

Documentation and Tutorials:

The full software documention can be downloaded here.

Please find below 3 tutorial movies on how to use PERDIX to generate computer aided design files, automate meshing, generate sequences, and review atomic models.

Running PERDIX Boundary design Boundary & internal geometric design
Watch the video Watch the video Watch the video

The *.csv file generated by PERDIX contains final staple sequences.
The *.bild and *.json generated by PERDIX can be opened by UCSF Chimera and caDNAno.
The atomic model (PDB) can be generated by *.cndo file using the atomic model generator written by Dr. Keyao Pan.

PERDIX Online

http://perdix-dna-origami.org/

In addition to the source code and pre-compiled binaries available here, we also offer an online web application with all the functionality found in the downloaded version. By submitting the same inputs (PLY, GEO, IGES, or IGS input CAD files), the web service will return the same file output as the downloaded version.

Available pre-compiled binaries

Compiling from the source code

git clone https://github.com/hmjeon/PERDIX.git

Requirements to compile from source:

  1. Intel Fortran compiler: Intel Parallel Studio XE 2016, 2017 or 2018
  2. MATLAB: MATLAB 2014, 2015, 2016, 2017 or 2018
  3. Python 2.7: Not compatible with Python 3
  4. Shapely 1.6.4: Python package, Shapely is used to convert a set of lines to polygon meshes
  5. DistMesh or PyDistMesh 1.2: DistMesh (MATLAB version) or PyDistMesh (Python version) is used to generate internal triangular meshes
  • Compiling the PERDIX sources require Intel Fortran. Free Intel (R) Software Development Tools are available for qualified students, educators, academic researchers and open source contributors, see the details.
  • The Intel Fortran compiler supports all of the features of the Fortran 90, Fortran 95, Fortran 2003 standards and most of Fortran 2008. It also supports some draft Fortran 2018 features.
  • We provide MakeFile which is a simple way to organize code compilation of PERDIX.

Features

  • Fully automatic procedure of the sequence design for scaffolded DNA DX-based wireframe lattices
  • Importing GEO, IGES/IGS, or PLY file formats as an input
  • Exact edge-lengths to design highly asymmetric and irregular shapes
  • JSON output for editing staple paths and sequences from caDNAno
  • 3D visual outputs by UCSF Chimera
  • 24 pre-defined target geometries
  • User-friendly TUI (Text-based User Interface)
  • Online web resources and release packages for Microsoft Windows and Mac OS
  • Free and open source (GNU General Public License, version 3.0)

Author

Dr. Hyungmin Jun (hyungminjun@outlook.com), LCBB (Laboratory for Computational Biology and Biophysics), MIT

License

PERDIX is an open-source software distributed under the GPL license, version 3

About

Designer scaffolded DNA DX-based wireframe lattices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 97.1%
  • MATLAB 1.0%
  • Python 0.9%
  • GLSL 0.6%
  • Makefile 0.3%
  • C++ 0.1%