METIS 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 6HB-based wireframe 2D lattices with high fidelity.
- Pure Fortran library for modern Fortran project
- Free and open source (GNU General Public License, version 3.0)
- Fully automatic procedure of the sequence design for scaffolded DNA DX-based wireframe lattices
- Importing GEO (geometry file format for METIS), IGS, SVG, 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
- 23 pre-defined target geometries
- User-friendly TUI (Text-based User Interface)
- Online web resources and release packages for Microsoft Windows and Mac OS
Online Portal | Outputs | Compiling Code | Copyrights
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, IGS, or SVG input CAD files), the web service will return the same file output as the downloaded version.
- The *.csv file generated by METIS contains final staple sequences.
- The *.bild and *.json generated by METIS 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.
git clone https://github.com/hmjeon/METIS.git
Requirements to compile from source:
- Intel Fortran compiler: Intel Parallel Studio XE 2016, 2017 or 2018
- MATLAB: MATLAB 2014, 2015, 2016, 2017 or 2018
- Python 2.7: Not compatible with Python 3
- Shapely 1.6.4: Python package, Shapely is used to convert a set of lines to polygon meshes
- DistMesh or PyDistMesh 1.2: DistMesh (MATLAB version) or PyDistMesh (Python version) is used to generate internal triangular meshes
- Compiling the METIS 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 METIS.
Author
Dr. Hyungmin Jun ( Personal web | e-mail )
License
METIS is an open-source software distributed under the GPL license, version 3
Anyone is interest to use, to develop or to contribute to METIS is always welcome!
Go to Top