Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natug3/natug3
A program designed to streamline the nucleic acid nanotube design process by providing an intuitive but powerful user interface.
https://github.com/natug3/natug3
dna nanotech nanotechnology nanotube pyqt python qt
Last synced: 3 months ago
JSON representation
A program designed to streamline the nucleic acid nanotube design process by providing an intuitive but powerful user interface.
- Host: GitHub
- URL: https://github.com/natug3/natug3
- Owner: NATuG3
- Created: 2022-08-02T21:59:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T01:51:48.000Z (4 months ago)
- Last Synced: 2024-10-31T17:07:26.103Z (3 months ago)
- Topics: dna, nanotech, nanotechnology, nanotube, pyqt, python, qt
- Language: Python
- Homepage:
- Size: 28.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NATuG
### A program designed to streamline the nucleic acid nanotube design process.
Creating nanoscale tubular structures is an inherently tricky task, made possible by taking advantage of DNA’s unique structure. The strategic placement of Watson-Crick DNA base pairings in synthetic DNA allows for the creation of extremely precise nanotubes, with applications ranging from improved drug delivery to tissue wound repair. The design process requires both close attention to DNA’s complex geometry, precise alignment of strands, and careful base selection computations. NATuG, is a Python-based desktop application that aims to make the nucleic-acid design process simpler, easier, and even fun. NATuG provides an intuitive interface, allowing one to customize and visualize the nanotube shape, weave together helices in a matter of clicks, and apply/export sequences.
A user manual for the program is located [here](https://github.com/NATuG3/manual).
### Website Blog
A blog about this project can be found [here](https://404wolf.com/posts/project/DNANanotubes).
## Quickstart Instructions
It is advised that you [create a virtual environment](https://docs.python.org/3/library/venv.html) for installing library requirements (step 4). Then, install all the requirements in the `requirements.txt` file, and boot the program by running `launcher.py`. Setting `DEBUG` to `True` in the launcher script will delete previous save states, but is will also provide enhanced logging.
## Poster on NATuG
![image](https://github.com/NATuG3/NATuG3/assets/108041238/e4786e19-9ac6-450e-ba80-2c12580d6b44)
[NATuG_poster.pdf](https://github.com/NATuG3/NATuG3/files/13273515/NATuG_poster.pdf)
## Program screenshots
![image](https://user-images.githubusercontent.com/108041238/203201243-f633ce8e-94ce-4f30-aa51-4a84f177c3b9.png)
![image](https://user-images.githubusercontent.com/108041238/203203049-df2e7c59-3c79-4f1d-ad81-e98e295e818e.png)## Credits
Icons from https://ionic.io/ionicons
Color Picker Widget from https://github.com/nlfmt/pyqt-colorpicker