Package org.forester.archaeopteryx.tools
Class PhylogeneticInferenceOptions
java.lang.Object
org.forester.archaeopteryx.tools.PhylogeneticInferenceOptions
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()static PhylogeneticInferenceOptionscreateInstance(Configuration configuration) intdoubleintlongbooleanvoidsetBootstrapSamples(int bootstrap_samples) voidsetIntermediateFilesBase(String intermediate_files_base) voidsetMsaPrgParameters(String msa_prg_parameters) voidsetMsaProcessingMaxAllowedGapRatio(double msa_processing_max_allowed_gap_ratio) voidsetMsaProcessingMinAllowedLength(int msa_processing_min_allowed_length) voidsetPerformBootstrapResampling(boolean perform_bootstrap_resampling) voidsetPwdDistanceMethod(PairwiseDistanceCalculator.PWD_DISTANCE_METHOD pwd_distance_method) voidsetRandomNumberGeneratorSeed(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() 
 -