simulate_library is a program within the sortseq_tools package which creates a library of random mutants from an initial wildtype sequence and mutation rate.
After you install `sortseq_tools`_, this program will be available to run at the command line.
usage: sortseq pairwise_mutrate [-h] [-t {dna,rna,protein}] [-s START]
[-e END] [-w WTSEQ] [-o OUT]
| -t=dna, --type=dna | |
Undocumented Possible choices: dna, rna, protein | |
| -s=0, --start=0 | |
| Undocumented | |
| -e, --end | Undocumented |
| -w, --wtseq | Wild Type Sequence |
| -o, --out | Undocumented |