Contents
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 errfromtags [-h] [-s START] [-e END] [-w WTSEQ]
[-t {dna,rna,protein}] [-i I] [-o OUT]
| -s=0, --start=0 | |
| Position to start your analyzed region | |
| -e, --end | Position to end your analyzed region |
| -w, --wtseq | Wild type sequence |
| -t=dna, --type=dna | |
Undocumented Possible choices: dna, rna, protein | |
| -i, --i | Input file, otherwise input through the standard input. |
| -o, --out | Undocumented |