Uses of Class
fr.ens.biologie.genomique.eoulsan.EoulsanException
Packages that use EoulsanException
Package
Description
Root package of Eoulsan.
This package contains and define checkers of DataFormat.
This package contains Eoulsan workflow core class.
This package contains classes for schedulers.
This package contains classes for cluster schedulers.
This package contains Eoulsan workflow dedicated classes.
This package contains classes for data files, data types and data formats.
This package contains classes to handle experimental designs.
This package contain classes related to read tool xml file from galaxy.
This package contain classes related to parameter extractions from XML Galaxy tool xml files.
This package define the steps for the Eoulsan workflow.
This packages contains the ChIP-Seq modules.
This packages contains the peak-calling modules.
This packages contains all the quality check modules for ChIP-Seq.
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 expression step in hadoop mode.
This package contain all the classes related to FastQC.
This package contain generator steps.
This package contain all the classes related to the mapping (reads filtering, mapping and
alignments filtering) step.
This package contain all the classes related to the mapping (reads filtering, mapping and
alignments filtering) step in hadoop mode.
This package contain all the classes related to the mapping (reads filtering, mapping and
alignments filtering) step in local mode.
This package contain classes related data management in Hadoop mode.
This package contain classes related to upload data to HDFS and Cloud.
This package contains requirement classes for Eoulsan.
This package contains splitter and merger used when running Eoulsan on a standard cluster to get
more parallelization efficiency.
This package contains utility classes for hadoopS.
This package contain an advanced multi JVM lock system.
-
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan
Methods in fr.ens.biologie.genomique.eoulsan that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidMain.createLogFileAndFlushLog(URI logFilename) Create a new log file and flush log.voidMain.createLogFiles(URI EoulsanlogFilename, URI otherlogFilename) Create the log file for Eoulsan and additional log file for dependencies that use their own logging system.doubleSettings.getDoubleSetting(String settingName) Get the value of the setting as a double value.intSettings.getIntSetting(String settingName) Get the value of the setting as a integer value.static voidLocalEoulsanRuntime.initEoulsanRuntimeForExternalApp()Initialization Eoulsan runtime for external application who needed EoulsanvoidSettings.loadSettings()Load application options.voidSettings.loadSettings(File file) Load application options.voidSettings.loadSettings(Path file) Load application options. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.checkers
Methods in fr.ens.biologie.genomique.eoulsan.checkers that throw EoulsanExceptionModifier and TypeMethodDescriptionbooleanChecker.check(Data data, CheckStore checkInfo) Launch the check.booleanDESeq2DesignChecker.check(Data data, CheckStore checkInfo) booleanGenomeChecker.check(Data data, CheckStore checkInfo) booleanGFFChecker.check(Data data, CheckStore checkInfo) booleanReadsChecker.check(Data data, CheckStore checkInfo) static booleanDESeq2DesignChecker.checkExperimentDesign(Experiment experiment) Check experiment design.voidSet the parameters of the checker to configure the checker.voidvoidvoidvoid -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that throw EoulsanExceptionModifier and TypeMethodDescriptionstatic voidModules.badParameterValue(StepConfigurationContext context, Parameter parameter, String message) Throw a exception for bad parameter value.static voidModules.badParameterValue(String stepId, Parameter parameter, String message) Throw a exception for bad parameter value.voidModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the module.static voidModules.deprecatedParameter(StepConfigurationContext context, Parameter parameter, boolean throwException) Show a message for deprecated parameters.static voidModules.deprecatedParameter(String stepId, Parameter parameter, boolean throwException) Show a message for deprecated parameters.doubleParameter.getDoubleValue()Get the value of the parameter as a double value.intParameter.getIntValue()Get the value of the parameter as a integer value.intParameter.getIntValueGreaterOrEqualsTo(int min) * Get the value of the parameter as a integer value and check if this value is greater or equals to the min parameter value.intParameter.getIntValueInRange(int min, int max) Get the value of the parameter as a integer value and check if this value is in the correct range.static voidModules.invalidConfiguration(StepConfigurationContext context, String message) Throw a exception for an invalid configuration.static voidModules.invalidConfiguration(String stepId, String message) Throw a exception for an invalid configuration.static Step.DiscardOutputThis method define a parser for the values of the "discardoutput" attribute of the Eoulsan workflow.static voidModules.removedParameter(StepConfigurationContext context, Parameter parameter) Throw a exception for removed parameters.static voidModules.removedParameter(String stepId, Parameter parameter) Throw a exception for removed parameters.static voidModules.renamedParameter(StepConfigurationContext context, Parameter parameter, String newParameterName, boolean throwException) Show a message for deprecated parameters that has been renamed.static voidModules.renamedParameter(String stepId, Parameter parameter, String newParameterName, boolean throwException) Show a message for deprecated parameters that has been renamed.static voidModules.unknownParameter(StepConfigurationContext context, Parameter parameter) Throw a exception for unknown parameters.static voidModules.unknownParameter(String stepId, Parameter parameter) Throw a exception for unknown parameters. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.core.schedulers
Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers that throw EoulsanExceptionModifier and TypeMethodDescriptionstatic voidTaskSchedulerFactory.initialize()Initialize the scheduler. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters
Methods in fr.ens.biologie.genomique.eoulsan.core.schedulers.clusters that throw EoulsanException -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidCommandWorkflowParser.addConstant(String constantName, String constantValue) Add a constant.voidCommandWorkflowParser.addConstant(String constantName, String constantValue, boolean evaluateValue) Add a constant.voidCommandWorkflowParser.addConstants(ExecutorArguments arguments) Add job arguments information to constants.voidAbstractWorkflow.checkDirectories()Check directories needed by the workflow.voidAbstractWorkflow.createEoulsanDataDirectoryIfRequired()Create an "eoulsan-data" directory if mapper indexes or genome description storage has not been defined.voidAbstractWorkflow.execute()Execute the workflow.voidExecutor.execute()run Eoulsan.voidrun Eoulsan.static TaskResultImplExecute a task context serialization file.static TaskResultImplExecute a task context serialization file.Get a module instance.CommandWorkflowParser.parse()Parse the workflow file.CommandWorkflowModel.toXML()Convert the object in XML.Constructors in fr.ens.biologie.genomique.eoulsan.core.workflow that throw EoulsanExceptionModifierConstructorDescriptionCommandStep(AbstractWorkflow workflow, Module module) Create a step for a standard step from an existing step object.CommandStep(AbstractWorkflow workflow, Module module, Set<Parameter> parameters) Create a step for a standard step from an existing step object.CommandStep(AbstractWorkflow workflow, DataFormat format) Create a Generator Workflow step.CommandStep(AbstractWorkflow workflow, String id, String moduleName, String stepVersion, Set<Parameter> parameters, boolean skip, Step.DiscardOutput discardOutput, int requiredMemory, int requiredProcessors, String dataProduct) Create a step for a standard step.CommandStep(AbstractWorkflow workflow, String id, String moduleName, String stepVersion, Set<Parameter> parameters, boolean skip, Step.DiscardOutput discardOutput, int requiredMemory, int requiredProcessors, String dataProduct, DataFile outputDirectory) Create a step for a standard step.CommandWorkflow(ExecutorArguments executionArguments, CommandWorkflowModel workflowCommand, List<Module> firstSteps, List<Module> endSteps, Design design) Public constructor.Executor(ExecutorArguments arguments) Constructor. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.data
Methods in fr.ens.biologie.genomique.eoulsan.data that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidDataFormatRegistry.register(DataFormat df) Register a DataFormat.voidDataFormatRegistry.register(DataFormat[] array) Register DataFormats.Constructors in fr.ens.biologie.genomique.eoulsan.data that throw EoulsanException -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.design
Methods in fr.ens.biologie.genomique.eoulsan.design that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidDesignBuilder.addBcl2FastqSamplesheetProject(fr.ens.biologie.genomique.kenetre.illumina.samplesheet.SampleSheet samplesheet, String projectName, File bcl2fastqOutputDir) Add all the sample from a Bclfastq samplesheet.voidDesignBuilder.addBcl2FastqSamplesheetProject(fr.ens.biologie.genomique.kenetre.illumina.samplesheet.SampleSheet samplesheet, String projectName, Path bcl2fastqOutputDir) Add all the sample from a Bclfastq samplesheet.voidDesignBuilder.addBcl2FastqSamplesheetProject(File samplesheetFile, String projectName) Add all the samples from a Bcl2Fastq samplesheet.voidDesignBuilder.addBcl2FastqSamplesheetProject(Path samplesheetFile, String projectName) Add all the samples from a Bcl2Fastq samplesheet.voidAdd a file to the design buildervoidAdd a filename to the design buildervoidAdd filenames to the design buildervoidAdd filenames to the design builderDesignBuilder.getDesign(boolean pairedEndMode) Create design object.static DesignDesignUtils.readAndCheckDesign(InputStream is) Read and Check designConstructors in fr.ens.biologie.genomique.eoulsan.design that throw EoulsanException -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.galaxytools
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools that return EoulsanExceptionModifier and TypeMethodDescriptionstatic EoulsanExceptionGalaxyToolXMLParserUtils.newEoulsanException(ToolInfo toolInfo, String message) Create an EoulsanException.static EoulsanExceptionGalaxyToolXMLParserUtils.newEoulsanException(ToolInfo toolInfo, String parameterName, String message) Create an EoulsanException.Methods in fr.ens.biologie.genomique.eoulsan.galaxytools that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidParse tool file to extract useful data to run tool.CheetahInterpreter.execute()Execute script by Python interpreter and replace variable name by value.GalaxyToolInterpreter.execute(TaskContext context) Convert command tag from tool file in string, variable are replace by value.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractConditionalParamElement(ToolInfo toolInfo, Element parent) Extract conditional param element.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractConditionalParamElement(ToolInfo toolInfo, Element parent, Map<String, Parameter> stepParameters) Extract conditional param element.GalaxyToolXMLParserUtils.extractElementsByTagName(ToolInfo toolInfo, Document doc, String tagName) Extract elements by tag name.GalaxyToolXMLParserUtils.extractElementsByTagName(ToolInfo toolInfo, Document doc, String tagName, int expectedCount) Extract elements by tag name.GalaxyToolXMLParserUtils.extractElementsByTagName(Element parent, String tagName) Extract elements by tag name.GalaxyToolXMLParserUtils.extractElementsByTagName(Element parent, String tagName, int expectedCount) Extract elements by tag name.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractInputs(ToolInfo toolInfo, Document doc, Map<String, Parameter> stepParameters) Extract all input parameters define in document.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractOutputs(ToolInfo toolInfo, Document doc, Map<String, Parameter> stepParameters) Extract all output parameters define in document.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractParamElement(ToolInfo toolInfo, Element parent, String elementName) Extract parameter elements.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractParamElement(ToolInfo toolInfo, Element parent, String elementName, Map<String, Parameter> stepParameters) Extract parameter elements.static EoulsanExceptionGalaxyToolXMLParserUtils.newEoulsanException(ToolInfo toolInfo, String message) Create an EoulsanException.static EoulsanExceptionGalaxyToolXMLParserUtils.newEoulsanException(ToolInfo toolInfo, String parameterName, String message) Create an EoulsanException.static voidGalaxyToolXMLParserUtils.setElementValue(ToolElement toolElement, Map<String, Parameter> stepParameters) Set the tool element value.Constructors in fr.ens.biologie.genomique.eoulsan.galaxytools that throw EoulsanExceptionModifierConstructorDescriptionCheetahInterpreter(String cheetahScript, Map<String, String> variables) Instantiates a new tool Cheetah script interpreter.GalaxyToolInterpreter(File file) Public constructor.GalaxyToolInterpreter(InputStream in, String toolSource) Public constructor.GalaxyToolInterpreter(Path file) Public constructor. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.galaxytools.elements
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools.elements that throw EoulsanExceptionModifier and TypeMethodDescriptionstatic ToolElementToolElementFactory.newToolElement(ToolInfo toolInfo, Element param) Gets the instance tool element.static ToolElementToolElementFactory.newToolElement(ToolInfo toolInfo, Element tag, String nameSpace) Gets the instance tool element.voidvoidvoidvoidvoidvoidSets the value.voidSet the values.Constructors in fr.ens.biologie.genomique.eoulsan.galaxytools.elements that throw EoulsanExceptionModifierConstructorDescriptionConditionalToolElement(ToolInfo toolInfo, Element element) Instantiates a new tool conditional element.DataToolElement(ToolInfo toolInfo, Element param, String nameSpace) Instantiates a new tool outputs data.FloatParameterToolElement(ToolInfo toolInfo, Element param) Instantiates a new float tool parameter.FloatParameterToolElement(ToolInfo toolInfo, Element param, String nameSpace) Instantiates a new float tool parameter.IntegerParameterToolElement(ToolInfo toolInfo, Element param) Instantiates a new integer tool element parameter.IntegerParameterToolElement(ToolInfo toolInfo, Element param, String nameSpace) Instantiates a new integer tool element parameter.SelectParameterToolElement(ToolInfo toolInfo, Element param) Instantiates a new select tool element parameter.SelectParameterToolElement(ToolInfo toolInfo, Element param, String nameSpace) Instantiates a new select tool element parameter.TextParameterToolElement(ToolInfo toolInfo, Element param) Instantiates a new text tool element parameter.TextParameterToolElement(ToolInfo toolInfo, Element param, String nameSpace) Instantiates a new text tool element parameter. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules
Methods in fr.ens.biologie.genomique.eoulsan.modules that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidAbstractModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidCopyInputDataModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidCopyOutputDataModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidDesignModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidFailModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidGalaxyToolModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidImportModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidMergerModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidRequirementInstallerModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidShellModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidSplitterModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Constructors in fr.ens.biologie.genomique.eoulsan.modules that throw EoulsanExceptionModifierConstructorDescriptionGalaxyToolModule(InputStream toolXMLis) Constructor.GalaxyToolModule(InputStream in, String source) Constructor. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.chipseq
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidMergeInputRepLocalModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step.voidRmDupLocalModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step.voidTrackHubModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidBedToolsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step.voidDeepToolsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step.voidMACS2Module.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidCountSplicedReadsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step.voidIDRModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set IDR parameters to configure the step. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidDESeq2Module.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidDiffAnaModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidDiffanaResultsAnnotationModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidNormalizationModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) static DESeq2Parameters.FitTypeGet the fit type to be used in DESeq2.Get the size factors type to be used in DESeq2.Get the statistic test to be used in DESeq2.static RExecutorRModuleCommonConfiguration.parseRExecutorParameter(StepConfigurationContext context, Set<Parameter> stepParameters, Set<Requirement> requirements, String defaultDockerImage) Parse the step parameter and create a configured RExecutor object.voidNormalization.run(TaskContext context, Data data) Run normalisation step.voidMethod to run DESeq2.voidDESeq2Parameters.setFitType(String parameterName, String value) Set the fit type parameter value.voidDESeq2Parameters.setSizeFactorsType(String parameterName, String value) Set the size factors type parameter value.voidDESeq2Parameters.setStatisticTest(String parameterName, String value) Set the statistic test parameter value.Constructors in fr.ens.biologie.genomique.eoulsan.modules.diffana that throw EoulsanExceptionModifierConstructorDescriptionDiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType) Public constructor.Normalization(RExecutor executor, Design design) Public constructor. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidAbstractExpressionModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidExpressionResultsAnnotationModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidExpressionHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.fastqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.fastqc that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidFastQCModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) static voidFastQCRuntimePatcher.patchFastQC()Patch FastQC for hadoop mode. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.generators
Methods in fr.ens.biologie.genomique.eoulsan.modules.generators that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidGenericStorageGeneratorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidGenomeMapperIndexGeneratorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidMinimap2IndexGeneratorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidSTARIndexGeneratorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.mapping
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidAbstractBAM2SAMModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractFilterAndMapReadsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractReadsFilterModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractReadsMapperModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractSAM2BAMModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractSAM2FASTQModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractSAMFilterModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidAbstractSplice2BEDModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidFilterAndMapReadsHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidReadsMapperHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.local that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidSplitReadsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidCopyDesignAndWorkflowFilesToOutputModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidDistCp.runWithException(String[] args) This is the main driver for recursively copying directories across file systems. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidDefineDataFormatToDownload.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidHDFSDataDownloadModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.multiqc that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidMultiQCModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Methods in fr.ens.biologie.genomique.eoulsan.modules.singlecell that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidExpressionToMatrixModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidMatrixToCellRangerMatrixModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidRSingleCellExperimentCreatorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.requirements
Methods in fr.ens.biologie.genomique.eoulsan.requirements that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidConfigure the requirement.voidvoidvoidvoidInstall the requirement.voidstatic RequirementDockerRequirement.newDockerRequirement(String dockerImage) Create a new docker image as mandatory requirement.static RequirementDockerRequirement.newDockerRequirement(String dockerImage, boolean optional) Create a new docker image requirement. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.splitermergers
Methods in fr.ens.biologie.genomique.eoulsan.splitermergers that throw EoulsanExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidConfigure the merger.voidvoidvoidConfigure the splitter. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.util.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.util.hadoop that throw EoulsanExceptionModifier and TypeMethodDescriptionstatic voidMapReduceUtils.submitAndWaitForJob(org.apache.hadoop.mapreduce.Job job, String jobDescription, int waitTimeInMillis, TaskStatus status, String counterGroup) Wait the completion of a job. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.util.locker
Methods in fr.ens.biologie.genomique.eoulsan.util.locker that throw EoulsanException