Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.core.ParallelizationMode
Packages that use ParallelizationMode
Package
Description
This package contains Eoulsan workflow core class.
This package contains Eoulsan workflow dedicated classes.
This package define the steps for the Eoulsan workflow.
This package contain all the classes related to the differential analysis step.
This package contain all the classes related to the expression step.
This package contain all the classes related to the mapping (reads filtering, mapping and
alignments filtering) step in local mode.
-
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return ParallelizationModeModifier and TypeMethodDescriptionModule.getParallelizationMode()Get the parallelization mode of the module.static ParallelizationModeReturns the enum constant of this class with the specified name.static ParallelizationMode[]ParallelizationMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return ParallelizationModeModifier and TypeMethodDescriptionAbstractStep.getParallelizationMode()Get the parallelization mode of the step. -
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.modules
Methods in fr.ens.biologie.genomique.eoulsan.modules that return ParallelizationModeModifier and TypeMethodDescriptionAbstractModule.getParallelizationMode()DesignModule.getParallelizationMode()RequirementInstallerModule.getParallelizationMode() -
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that return ParallelizationMode -
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression that return ParallelizationMode -
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.local that return ParallelizationMode