Skip to content

mctrinh/METIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METIS

License
# of Language Language Tag Last Commit

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


Online Portal


https://metis-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, IGS, or SVG input CAD files), the web service will return the same file output as the downloaded version.

Outputs

  • 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.

Compiling Code

GNU Intel PGI Code size

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.

Copyrights

Author
Dr. Hyungmin Jun @LCBB, MIT

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

About

Mechanically Enhanced and Three-layered orIgami Structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 97.0%
  • MATLAB 1.5%
  • Python 1.1%
  • Other 0.4%