An open API service indexing awesome lists of open source software.

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

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
```