Exemplo n.º 1
0
 internal override void ExpandMacro(MacroReplacement macroReplacement)
 {
     base.ExpandMacro(macroReplacement);
     DistanceMatrixFile = macroReplacement.Expand(DistanceMatrixFile);
     TimingFile         = macroReplacement.Expand(TimingFile);
     SummaryFile        = macroReplacement.Expand(SummaryFile);
     ClusterFile        = macroReplacement.Expand(ClusterFile);
 }
Exemplo n.º 2
0
 internal override void ExpandMacro(MacroReplacement macroReplacement)
 {
     base.ExpandMacro(macroReplacement);
     FastaFile          = macroReplacement.Expand(FastaFile);
     DistanceMatrixFile = macroReplacement.Expand(DistanceMatrixFile);
     IndexFile          = macroReplacement.Expand(IndexFile);
     TimingFile         = macroReplacement.Expand(TimingFile);
     SummaryFile        = macroReplacement.Expand(SummaryFile);
     //WriteAlignmentsFile = macroReplacement.Expand(WriteAlignmentsFile);
 }
Exemplo n.º 3
0
 internal override void ExpandMacro(MacroReplacement macroReplacement)
 {
     base.ExpandMacro(macroReplacement);
     BaseResultDirectoryName     = macroReplacement.Expand(BaseResultDirectoryName);
     ControlDirectoryName        = macroReplacement.Expand(ControlDirectoryName);
     ClusterDirectory            = macroReplacement.Expand(ClusterDirectory);
     DistanceMatrixFile          = macroReplacement.Expand(DistanceMatrixFile);
     DataLabelsFileName          = macroReplacement.Expand(DataLabelsFileName);
     ReducedVectorOutputFileName = macroReplacement.Expand(ReducedVectorOutputFileName);
     TimingOutputFileName        = macroReplacement.Expand(TimingOutputFileName);
     InitializationFileName      = macroReplacement.Expand(InitializationFileName);
     WeightingFileName           = macroReplacement.Expand(WeightingFileName);
     Selectedvariedpointfile     = macroReplacement.Expand(Selectedvariedpointfile);
     Selectedfixedpointfile      = macroReplacement.Expand(Selectedfixedpointfile);
     RotationLabelsFileName      = macroReplacement.Expand(RotationLabelsFileName);
     SummaryOutputFileName       = macroReplacement.Expand(SummaryOutputFileName);
 }
Exemplo n.º 4
0
 internal override void ExpandMacro(MacroReplacement macroReplacement)
 {
     // Empty;
 }