Uses of Class
fr.ens.biologie.genomique.eoulsan.core.ParallelizationMode
-
Packages that use ParallelizationMode Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes.fr.ens.biologie.genomique.eoulsan.modules This package define the steps for the Eoulsan workflow.fr.ens.biologie.genomique.eoulsan.modules.diffana This package contain all the classes related to the differential analysis step.fr.ens.biologie.genomique.eoulsan.modules.expression This package contain all the classes related to the expression step.fr.ens.biologie.genomique.eoulsan.modules.mapping.local 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 ParallelizationMode Modifier and Type Method Description ParallelizationMode
Module. getParallelizationMode()
Get the parallelization mode of the module.static ParallelizationMode
ParallelizationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParallelizationMode[]
ParallelizationMode. values()
Returns an array containing the constants of this enum type, 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 ParallelizationMode Modifier and Type Method Description ParallelizationMode
AbstractStep. 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 ParallelizationMode Modifier and Type Method Description ParallelizationMode
AbstractModule. getParallelizationMode()
ParallelizationMode
DesignModule. getParallelizationMode()
ParallelizationMode
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 Modifier and Type Method Description ParallelizationMode
DiffanaResultsAnnotationModule. getParallelizationMode()
-
Uses of ParallelizationMode in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression that return ParallelizationMode Modifier and Type Method Description ParallelizationMode
ExpressionResultsAnnotationModule. getParallelizationMode()
-
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 Modifier and Type Method Description ParallelizationMode
ReadsMapperLocalModule. getParallelizationMode()
-