edu.rit.compbio.phyl
Class PhylogenyParsExhSeq
- java.lang.Object
-
- edu.rit.compbio.phyl.PhylogenyParsExhSeq
-
public class PhylogenyParsExhSeq extends java.lang.ObjectClass PhylogenyParsExhSeq is a sequential program for maximum parsimony phylogenetic tree construction using exhaustive search. The program reads a DnaSequenceList from a file in interleaved PHYLIP format, constructs a list of one or more maximum parsimony phylogenetic trees using exhaustive search, and stores the results in an output directory. If the third command line argument N is specified, only the first N DNA sequences in the file are used; if N is not specified, all DNA sequences in the file are used. If the fourth command line argument T is specified, the program will only report the first T maximum parsimony phylogenetic trees it finds; if T is not specified, the default is T = 100.To examine the results, use a web browser to look at the "index.html" file in the output directory. For further information, see class Results.
Usage: java edu.rit.compbio.phyl.PhylogenyParsExhSeq infile outdir [ N [ T ] ]
infile = Input DNA sequence list file name
outdir = Output directory name
N = Number of DNA sequences to use (default: all)
T = Number of trees to report (default: 100)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Main program.
-
DMelt 3.0 © DataMelt by jWork.ORG