Class MultipleMcParameters

    • Constructor Detail

      • MultipleMcParameters

        public MultipleMcParameters()
        Constructor with DEFAULT values of the parameters.
    • Method Detail

      • getUserConfigParameters

        public List<String> getUserConfigParameters()
        Description copied from interface: ConfigStrucAligParams
        get the list of parameters that the user can change through the user interface. Parameter names are the same names as the corresponding Get/Set methods.
        Specified by:
        getUserConfigParameters in interface ConfigStrucAligParams
        Returns:
        list of parameters
      • getRandomSeed

        public int getRandomSeed()
      • setRandomSeed

        public void setRandomSeed​(Integer randomSeed)
      • getMinBlockLen

        public int getMinBlockLen()
      • setMinBlockLen

        public void setMinBlockLen​(Integer minBlockLen)
      • getMinAlignedStructures

        public int getMinAlignedStructures()
      • setMinAlignedStructures

        public void setMinAlignedStructures​(Integer minAlignedStructures)
      • getGapOpen

        public double getGapOpen()
      • setGapOpen

        public void setGapOpen​(Double gapOpen)
      • getGapExtension

        public double getGapExtension()
      • setGapExtension

        public void setGapExtension​(Double gapExtension)
      • getConvergenceSteps

        public int getConvergenceSteps()
      • setConvergenceSteps

        public void setConvergenceSteps​(Integer convergenceSteps)
      • getNrThreads

        public int getNrThreads()
      • setNrThreads

        public void setNrThreads​(Integer nrThreads)
      • getDistanceCutoff

        public double getDistanceCutoff()
      • setDistanceCutoff

        public void setDistanceCutoff​(Double distanceCutoff)