Package org.forester.archaeopteryx.tools
Class PhylogeneticInferenceOptions
java.lang.Object
org.forester.archaeopteryx.tools.PhylogeneticInferenceOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
static PhylogeneticInferenceOptions
createInstance
(Configuration configuration) int
double
int
long
boolean
void
setBootstrapSamples
(int bootstrap_samples) void
setIntermediateFilesBase
(String intermediate_files_base) void
setMsaPrgParameters
(String msa_prg_parameters) void
setMsaProcessingMaxAllowedGapRatio
(double msa_processing_max_allowed_gap_ratio) void
setMsaProcessingMinAllowedLength
(int msa_processing_min_allowed_length) void
setPerformBootstrapResampling
(boolean perform_bootstrap_resampling) void
setPwdDistanceMethod
(PairwiseDistanceCalculator.PWD_DISTANCE_METHOD pwd_distance_method) void
setRandomNumberGeneratorSeed
(long random_number_generator_seed)
-
Field Details
-
RANDOM_NUMBER_SEED_DEFAULT
public static final long RANDOM_NUMBER_SEED_DEFAULT- See Also:
-
-
Constructor Details
-
PhylogeneticInferenceOptions
public PhylogeneticInferenceOptions()
-
-
Method Details
-
getMsaPrgParameters
-
setMsaPrgParameters
-
getIntermediateFilesBase
-
getMsaPrg
-
setIntermediateFilesBase
-
copy
-
setBootstrapSamples
public void setBootstrapSamples(int bootstrap_samples) -
getBootstrapSamples
public int getBootstrapSamples() -
setPwdDistanceMethod
public void setPwdDistanceMethod(PairwiseDistanceCalculator.PWD_DISTANCE_METHOD pwd_distance_method) -
getPwdDistanceMethod
-
setRandomNumberGeneratorSeed
public void setRandomNumberGeneratorSeed(long random_number_generator_seed) -
getRandomNumberGeneratorSeed
public long getRandomNumberGeneratorSeed() -
setPerformBootstrapResampling
public void setPerformBootstrapResampling(boolean perform_bootstrap_resampling) -
isPerformBootstrapResampling
public boolean isPerformBootstrapResampling() -
createInstance
-
getTempDir
-
setMsaProcessingMaxAllowedGapRatio
public void setMsaProcessingMaxAllowedGapRatio(double msa_processing_max_allowed_gap_ratio) -
getMsaProcessingMaxAllowedGapRatio
public double getMsaProcessingMaxAllowedGapRatio() -
setMsaProcessingMinAllowedLength
public void setMsaProcessingMinAllowedLength(int msa_processing_min_allowed_length) -
getMsaProcessingMinAllowedLength
public int getMsaProcessingMinAllowedLength()
-