https://github.com/danog/bna
bash script that explains the central dogma (DNA) using the bash scripting language
https://github.com/danog/bna
Last synced: 5 months ago
JSON representation
bash script that explains the central dogma (DNA) using the bash scripting language
- Host: GitHub
- URL: https://github.com/danog/bna
- Owner: danog
- License: gpl-3.0
- Created: 2016-02-28T21:49:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T13:57:48.000Z (almost 10 years ago)
- Last Synced: 2025-08-25T19:36:42.258Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 439 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BNA
Created by Daniil Gentili (http://daniil.it)
This script explains how does the central dogma (dna) work using bash.
[View on Github](https://github.com/danog/bna/)
This project is licensed under the terms of the GPLv3 license.
I created this script using http://employees.csbsju.edu/hjakubowski/classes/chem%20and%20society/cent_dogma/olcentdogma.html, https://www.youtube.com/watch?v=J3HVVi2k2No, http://www.nature.com/scitable/topicpage/the-information-in-dna-is-decoded-by-6524808 and http://misc.flogisoft.com/bash/tip_colors_and_formatting, feel free to check these sites out.
I am by no means a biologist, so if you find any (horrible) misteaks in the script, please feel free to contribute by sending a pull request.
Daniil Gentili