Skip to content

ShreyanshPrajapati/3dna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DNA README

-Software repository for the tool 3DNA: A Tool for DNA Modelling.

-This software can be used to model/design/visualize complex 3 Dimensional shapes with nano meter level precision using single stranded DNA bricks.

-This software is developed by Shikhar Gupta and Foram Joshi at Laboratory of Natural Information Processing, DA-IICT (Gupta Lab). It has been presented as a poster at FNANO'14.

You could report bugs and feedback at :- 3dna@guptalab.org
To know more you can also visit our website :- www.guptalab.org/3dna

(C) - 2014 Gupta Lab

Build Instructions

a) For MAC/Linux :-

  • Download the source code(as .zip) from git or clone it using following command :-

      git clone https://github.com/gshikhri/3DNA.git
    
  • Open terminal and move to the 3DNA directory.

  • You might have to install Java3D library on your Linux system, for this:

      sudo apt-get install libjava3d-java
    
  • Once Java3D is installed in the system, you can compile the code using make utility

      make: to compile the code
      make run: to execute the binary
      make jar: to create a runnable jar file
    

b) For Windows :-

  • Download the command line tools for git hub and clone this repository.

      git clone https://github.com/gshikhri/3DNA.git
    
  • Install Java3D library files from its official website.

  • We recommend using IntelliJ Idea as an IDE, for compiling 3DNA on your system.

  • Hope that helps you to install 3DNA. In case any shout out @ 3dna@guptalab.org

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Makefile 0.1%