errfromtags

Overview

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.

Command-line usage

usage: sortseq errfromtags [-h] [-s START] [-e END] [-w WTSEQ]
                           [-t {dna,rna,protein}] [-i I] [-o OUT]
Options:
-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

Table Of Contents

Previous topic

gatherseqs

Next topic

convertseqs

This Page