Uses of Class
fr.ens.biologie.genomique.eoulsan.Settings
-
Packages that use Settings Package Description fr.ens.biologie.genomique.eoulsan Root package of Eoulsan.fr.ens.biologie.genomique.eoulsan.actions This package contains all the commands (actions) available through the Eoulsan command line.fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters This package contains classes for cluster schedulers.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes.fr.ens.biologie.genomique.eoulsan.util This package contain utility classes. -
-
Uses of Settings in fr.ens.biologie.genomique.eoulsan
Methods in fr.ens.biologie.genomique.eoulsan that return Settings Modifier and Type Method Description SettingsAbstractEoulsanRuntime. getSettings()Get Settings.static SettingsEoulsanRuntime. getSettings()Get instance settings.Methods in fr.ens.biologie.genomique.eoulsan with parameters of type Settings Modifier and Type Method Description static List<Infos.Info>Infos. cloudInfo(Settings settings)Return a list with cloud configuration informations.static List<Infos.Info>Infos. clusterInfo(Settings settings)Return a list with cluster configuration informations.static org.apache.hadoop.conf.ConfigurationCommonHadoop. createConfiguration(Settings settings)Create a new Configuration object from settings.static List<Infos.Info>Infos. dockerInfo(Settings settings)Return a list with Docker configuration informations.static List<Infos.Info>Infos. generalConf(Settings settings)Return a list with general configuration informations.static List<Infos.Info>Infos. hadoopInfo(Settings settings)Return a list with Hadoop configuration informations.protected abstract voidMain. initializeRuntime(Settings settings)Initialize the Eoulsan runtime.protected voidMainCLI. initializeRuntime(Settings settings)protected voidMainHadoop. initializeRuntime(Settings settings)static List<Infos.Info>Infos. mailInfo(Settings settings)Return a list with email configuration informations.static List<Infos.Info>Infos. modulesAndFormatsInfo(Settings settings)Return a list with modules and format informations.static LocalEoulsanRuntimeLocalEoulsanRuntime. newEoulsanRuntime(Settings settings)Public constructor, initialize the runtime.static List<Infos.Info>Infos. partitionInfo(Settings settings)Return a list with Docker configuration informations.static List<Infos.Info>Infos. rAndRserveInfo(Settings settings)Return a list with R and Rserve configuration informations.voidSettings. setSettings(Settings settings)Set the values of the settings with another Settings object.static List<Infos.Info>Infos. storageInfo(Settings settings)Return a list with storage informations.Constructors in fr.ens.biologie.genomique.eoulsan with parameters of type Settings Constructor Description AbstractEoulsanRuntime(Settings settings) -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.actions
Methods in fr.ens.biologie.genomique.eoulsan.actions with parameters of type Settings Modifier and Type Method Description protected abstract voidAbstractInfoAction. showInfo(Settings settings)Show the information on stdoutprotected voidFormatsAction. showInfo(Settings settings)protected voidInfoAction. showInfo(Settings settings)Show the information on stdoutprotected voidModulesAction. showInfo(Settings settings) -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Settings Modifier and Type Method Description SettingsStepConfigurationContext. getSettings()Get Eoulsan settings. -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters
Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters with parameters of type Settings Modifier and Type Method Description voidBpipeTaskScheduler. configure(Settings settings)voidClusterTaskScheduler. configure(Settings settings)Configure the scheduler. -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return Settings Modifier and Type Method Description SettingsStepConfigurationContextImpl. getSettings()SettingsTaskContextImpl. getSettings()SettingsWorkflowContext. getSettings()Get Eoulsan settings. -
Uses of Settings in fr.ens.biologie.genomique.eoulsan.util
Methods in fr.ens.biologie.genomique.eoulsan.util with parameters of type Settings Modifier and Type Method Description static DataFileEoulsanTranslatorUtils. getLinksFileFromSettings(Settings settings)Get the links file from the settings.
-