View Source mix bio.random.dna (bio_elixir v0.3.0)

Bio.Random.Dna will generate random sequences of DNA based on the given arguments:

seed - RNG seed (defaults to RNG default seeding) algorithm - RNG algorithm (defaults to exsss) seq-count - integer number of sequences to generate (required) seq-size - integer size of sequence to generate (required) outfile - output filename or path (required)

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.