| 
 | NeoBio API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--neobio.textui.RandomSequenceGenerator
This class is a simple command line based utility for generating random sequences.
The main method takes three parameters from the command line to generate a
 sequence: type, size and file, where:
 
type is either DNA for DNA sequences or
 PROT for protein sequences.
 size is the number os characters.
 file (optional) is the name of a file (if ommited, sequence
 is written to standard output).
 
| Field Summary | |
| private static char[] | DNA_CHARSCharacter set for DNA sequences. | 
| private static char[] | PROT_CHARSCharacter set for protein sequences. | 
| Constructor Summary | |
| RandomSequenceGenerator() | |
| Method Summary | |
| static void | main(java.lang.String[] args)The main method takes three parameters from the command line to generate a sequence. | 
| private static void | usage()Prints command line usage. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
private static final char[] DNA_CHARS
private static final char[] PROT_CHARS
| Constructor Detail | 
public RandomSequenceGenerator()
| Method Detail | 
public static void main(java.lang.String[] args)
args - command line argumentsprivate static void usage()
| 
 |  | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||