|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstatalign.base.InputData
public class InputData
Field Summary | |
---|---|
java.util.List<DataType> |
auxData
Non-sequence type auxiliary data that has been loaded, can be used by model extension plugins |
int |
currentAlignmentType
This integer stores the index of the current alignment type, as it is in alignmentTypes |
boolean |
doReportDuringBurnin
If true then logging information is also printed during the burnin. |
boolean |
isParallel
Are we using the parallel version? |
SubstitutionModel |
model
The current substitution model that is used to analyse the sequences. |
java.lang.String |
outputPath
The path where output files will be created. |
MCMCPars |
pars
MCMC parameters such as the number of burn-in cycles, number of steps and sampling rate |
RawSequences |
seqs
The input sequences, optionally aligned |
java.lang.String |
title
The file name (without path) that is chosen to be the base name for all output files, plugins will define their own output file names by adding extensions to this base name. |
Tree |
tree
The initial tree, if given, which is optionally fixed for the whole analysis |
int |
useAlign
Specifies how the alignment of the input sequences in seqs is used. |
int |
useTree
Specifies how the given tree is used. |
Constructor Summary | |
---|---|
InputData()
|
Method Summary | |
---|---|
void |
setBaseFile(java.io.File file)
Fills both outputPath and title . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public RawSequences seqs
public Tree tree
public java.util.List<DataType> auxData
public MCMCPars pars
public int useAlign
seqs
is used.
public int useTree
tree
is used.
public boolean isParallel
public boolean doReportDuringBurnin
true then logging information is also printed during the burnin.
public SubstitutionModel model
public java.lang.String title
#baseFilePath
public java.lang.String outputPath
title
public int currentAlignmentType
Constructor Detail |
---|
public InputData()
Method Detail |
---|
public void setBaseFile(java.io.File file)
outputPath
and title
.
file
- the name and path of the base file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |