public class PhylogeneticInferrer extends RunnableProcess
| Modifier and Type | Class and Description |
|---|---|
static class |
PhylogeneticInferrer.MSA_PRG |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MSA_FILE_SUFFIX |
static java.lang.String |
PWD_FILE_SUFFIX |
| Constructor and Description |
|---|
PhylogeneticInferrer(java.util.List<MolecularSequence> seqs,
PhylogeneticInferenceOptions options,
MainFrameApplication mf) |
PhylogeneticInferrer(Msa msa,
PhylogeneticInferenceOptions options,
MainFrameApplication mf) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
end, startpublic static final java.lang.String MSA_FILE_SUFFIX
public static final java.lang.String PWD_FILE_SUFFIX
public PhylogeneticInferrer(java.util.List<MolecularSequence> seqs, PhylogeneticInferenceOptions options, MainFrameApplication mf)
public PhylogeneticInferrer(Msa msa, PhylogeneticInferenceOptions options, MainFrameApplication mf)