https://github.com/patrickf1/random-dna-sequence
Generate colored random DNA sequences
https://github.com/patrickf1/random-dna-sequence
Last synced: 3 months ago
JSON representation
Generate colored random DNA sequences
- Host: GitHub
- URL: https://github.com/patrickf1/random-dna-sequence
- Owner: PatrickF1
- Created: 2017-07-27T15:52:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T17:54:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T15:35:55.721Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate DNA
Two convenient ways to generate DNA nucleotide sequences. Requires Ruby 2.2.0 or higher.
### Output to command line
```bash
ruby generate_random_dba.rb 10
```### Output to a colored webpage
```bash
erb length=10 random_dna.html.erb > random_dna.html
```