Uses of Class
fr.ens.biologie.genomique.eoulsan.EoulsanException
-
Packages that use EoulsanException Package Description fr.ens.biologie.genomique.eoulsan Root package of Eoulsan.fr.ens.biologie.genomique.eoulsan.checkers This package contains and define checkers of DataFormat.fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.schedulers This package contains classes for schedulers.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.data This package contains classes for data files, data types and data formats.fr.ens.biologie.genomique.eoulsan.design This package contains classes to handle experimental designs.fr.ens.biologie.genomique.eoulsan.galaxytools This package contain classes related to read tool xml file from galaxy.fr.ens.biologie.genomique.eoulsan.galaxytools.elements This package contain classes related to parameter extractions from XML Galaxy tool xml files.fr.ens.biologie.genomique.eoulsan.modules This package define the steps for the Eoulsan workflow.fr.ens.biologie.genomique.eoulsan.modules.chipseq This packages contains the ChIP-Seq modules.fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling This packages contains the peak-calling modules.fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc This packages contains all the quality check modules for ChIP-Seq.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.expression.hadoop This package contain all the classes related to the expression step in hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.fastqc This package contain all the classes related to FastQC.fr.ens.biologie.genomique.eoulsan.modules.generators This package contain generator steps.fr.ens.biologie.genomique.eoulsan.modules.mapping This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step.fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step in hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop This package contain classes related data management in Hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload This package contain classes related to upload data to HDFS and Cloud.fr.ens.biologie.genomique.eoulsan.modules.multiqc fr.ens.biologie.genomique.eoulsan.modules.singlecell fr.ens.biologie.genomique.eoulsan.requirements This package contains requirement classes for Eoulsan.fr.ens.biologie.genomique.eoulsan.splitermergers This package contains splitter and merger used when running Eoulsan on a standard cluster to get more parallelization efficiency.fr.ens.biologie.genomique.eoulsan.util This package contain utility classes.fr.ens.biologie.genomique.eoulsan.util.hadoop This package contains utility classes for hadoopS.fr.ens.biologie.genomique.eoulsan.util.locker 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 EoulsanException Modifier and Type Method Description voidMain. 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 valueintSettings. getIntSetting(String settingName)Get the value of the setting as a integer valuestatic voidLocalEoulsanRuntime. initEoulsanRuntimeForExternalApp()Initialization Eoulsan runtime for external application who needed Eoulsanprotected abstract voidMain. initializeRuntime(Settings settings)Initialize the Eoulsan runtime.voidSettings. loadSettings()Load application options.voidSettings. loadSettings(File file)Load application options. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.checkers
Methods in fr.ens.biologie.genomique.eoulsan.checkers that throw EoulsanException Modifier and Type Method Description booleanChecker. 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.voidChecker. configure(Set<Parameter> stepParameters)Set the parameters of the checker to configure the checker.voidDESeq2DesignChecker. configure(Set<Parameter> stepParameters)voidGenomeChecker. configure(Set<Parameter> stepParameters)voidGFFChecker. configure(Set<Parameter> stepParameters)voidReadsChecker. configure(Set<Parameter> stepParameters) -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that throw EoulsanException Modifier and Type Method Description static 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.DiscardOutputStep.DiscardOutput. parse(String s)This 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 EoulsanException Modifier and Type Method Description static voidTaskSchedulerFactory. initialize() -
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 Modifier and Type Method Description voidBpipeTaskScheduler. configure(Settings settings)voidClusterTaskScheduler. configure(Settings settings)Configure the scheduler. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that throw EoulsanException Modifier and Type Method Description voidCommandWorkflowParser. 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.protected voidAbstractStep. configure()Configure the step.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.voidExecutor. execute(List<Module> firstSteps, List<Module> lastSteps)run Eoulsan.static TaskResultImplTaskSerializationUtils. execute(DataFile taskContextFile)Execute a task context serialization file.static TaskResultImplTaskSerializationUtils. execute(DataFile taskContextFile, DataFile outputDir)Execute a task context serialization file.ModuleStepInstances. getModule(Step step, String moduleName, String moduleVersion)Get a step instance.CommandWorkflowModelCommandWorkflowParser. parse()Parse the workflow file.protected voidAbstractWorkflow. saveConfigurationFiles()Save configuration files.protected voidCommandWorkflow. saveConfigurationFiles()StringCommandWorkflowModel. toXML()Convert the object in XML.Constructors in fr.ens.biologie.genomique.eoulsan.core.workflow that throw EoulsanException Constructor Description AbstractWorkflow(ExecutorArguments executionArguments, Design design)Protected constructor.CommandStep(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 EoulsanException Modifier and Type Method Description voidDataFormatRegistry. register(DataFormat df)Register a DataFormat.voidDataFormatRegistry. register(DataFormat[] array)Register DataFormats.Constructors in fr.ens.biologie.genomique.eoulsan.data that throw EoulsanException Constructor Description XMLDataFormat(InputStream is, String source)Public constructor. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.design
Methods in fr.ens.biologie.genomique.eoulsan.design that throw EoulsanException Modifier and Type Method Description voidDesignBuilder. addBcl2FastqSamplesheetProject(fr.ens.biologie.genomique.kenetre.illumina.samplesheet.SampleSheet samplesheet, String projectName, File bcl2fastqOutputDir)Add all the sample from a Bclfastq samplesheet.voidDesignBuilder. addBcl2FastqSamplesheetProject(File samplesheetFile, String projectName)Add all the samples from a Bcl2Fastq samplesheet.voidDesignBuilder. addFile(DataFile file)Add a file to the design buildervoidDesignBuilder. addFile(String filename)Add a filename to the design buildervoidDesignBuilder. addFiles(String[] filenames)Add filenames to the design buildervoidDesignBuilder. addFiles(List<String> filenames)Add filenames to the design builderDesignDesignBuilder. 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 Constructor Description DesignBuilder(String[] filenames)Public constructor. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.galaxytools
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools that return EoulsanException Modifier and Type Method Description static 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 EoulsanException Modifier and Type Method Description voidGalaxyToolInterpreter. configure(Set<Parameter> parameters)Parse tool file to extract useful data to run tool.StringCheetahInterpreter. execute()Execute script by Python interpreter and replace variable name by value.ToolExecutorResultGalaxyToolInterpreter. 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.static List<Element>GalaxyToolXMLParserUtils. extractElementsByTagName(ToolInfo toolInfo, Document doc, String tagName)Extract elements by tag name.static List<Element>GalaxyToolXMLParserUtils. extractElementsByTagName(ToolInfo toolInfo, Document doc, String tagName, int expectedCount)Extract elements by tag name.static List<Element>GalaxyToolXMLParserUtils. extractElementsByTagName(Element parent, String tagName)Extract elements by tag name.static List<Element>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 EoulsanException Constructor Description CheetahInterpreter(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. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.galaxytools.elements
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools.elements that throw EoulsanException Modifier and Type Method Description static 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.voidBooleanParameterToolElement. setValue(String value)voidFloatParameterToolElement. setValue(String value)voidIntegerParameterToolElement. setValue(String value)voidSelectParameterToolElement. setValue(String value)voidTextParameterToolElement. setValue(String value)voidToolElement. setValue(String value)Sets the value.voidConditionalToolElement. setValues(Map<String,Parameter> stepParameters)Set the values.Constructors in fr.ens.biologie.genomique.eoulsan.galaxytools.elements that throw EoulsanException Constructor Description ConditionalToolElement(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 EoulsanException Modifier and Type Method Description voidAbstractModule. 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 EoulsanException Constructor Description GalaxyToolModule(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 EoulsanException Modifier and Type Method Description voidMergeInputRepLocalModule. 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 EoulsanException Modifier and Type Method Description voidBedToolsModule. 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 EoulsanException Modifier and Type Method Description voidCountSplicedReadsModule. 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 EoulsanException Modifier and Type Method Description protected voidNormalization. checkRepTechGroupCoherence(List<String> rRepTechGroup, List<String> rCondNames)Check if there is a problem in the repTechGroup coherence.voidDESeq2Module. 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)protected StringDiffAna. generateScript(Experiment experiment, TaskContext context)protected StringNormalization. generateScript(Experiment experiment, TaskContext context)Generate the R script.static DESeq2.FitTypeDESeq2.FitType. get(String name)Get the fit type to be used in DESeq2.static DESeq2.SizeFactorsTypeDESeq2.SizeFactorsType. get(Parameter parameter)Get the size factors type to be used in DESeq2.static DESeq2.StatisticTestDESeq2.StatisticTest. get(String name)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.protected StringNormalization. readStaticScript(String staticFile)Read a static part of the generated script.voidNormalization. run(TaskContext context, Data data)Run normalisation stepvoidDESeq2. runDEseq2(DataFile workflowOutputDir)Method to run DESeq2.protected voidNormalization. runRExecutor(TaskContext context, Data data)Execute Rnw script.Constructors in fr.ens.biologie.genomique.eoulsan.modules.diffana that throw EoulsanException Constructor Description DiffAna(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 EoulsanException Modifier and Type Method Description voidAbstractExpressionModule. 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 EoulsanException Modifier and Type Method Description voidExpressionHadoopModule. 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 EoulsanException Modifier and Type Method Description voidFastQCModule. 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 EoulsanException Modifier and Type Method Description voidGenericStorageGeneratorModule. 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 EoulsanException Modifier and Type Method Description voidAbstractBAM2SAMModule. 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)protected fr.ens.biologie.genomique.kenetre.bio.alignmentfilter.MultiReadAlignmentFilterAbstractSAMFilterModule. getAlignmentFilter(fr.ens.biologie.genomique.kenetre.log.GenericLogger logger, fr.ens.biologie.genomique.kenetre.util.ReporterIncrementer incrementer, String counterGroup)Get the ReadAlignmentsFilter object.protected fr.ens.biologie.genomique.kenetre.bio.readfilter.MultiReadFilterAbstractReadsFilterModule. getReadFilter(fr.ens.biologie.genomique.kenetre.log.GenericLogger logger, fr.ens.biologie.genomique.kenetre.util.ReporterIncrementer incrementer, String counterGroup)Get the ReadFilter object. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop that throw EoulsanException Modifier and Type Method Description voidFilterAndMapReadsHadoopModule. configure(StepConfigurationContext context, Set<Parameter> stepParameters)voidReadsMapperHadoopModule. 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 EoulsanException Modifier and Type Method Description voidCopyDesignAndWorkflowFilesToOutputModule. 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 EoulsanException Modifier and Type Method Description voidDefineDataFormatToDownload. 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 EoulsanException Modifier and Type Method Description voidMultiQCModule. 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 EoulsanException Modifier and Type Method Description voidExpressionToMatrixModule. 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 EoulsanException Modifier and Type Method Description voidAbstractRequirement. configure(Set<Parameter> parameters)voidDockerRequirement. configure(Set<Parameter> parameters)voidPathRequirement. configure(Set<Parameter> parameters)voidRequirement. configure(Set<Parameter> parameters)Configure the requirement.voidRserveRequirement. configure(Set<Parameter> parameters)voidDockerRequirement. install(Progress progress)voidPathRequirement. install(Progress progress)voidRequirement. install(Progress progress)Install the requirement.voidRserveRequirement. install(Progress progress)static 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 EoulsanException Modifier and Type Method Description voidBAMMerger. configure(Set<Parameter> conf)voidBAMSplitter. configure(Set<Parameter> conf)voidExpressionMerger. configure(Set<Parameter> conf)voidExpressionSplitter. configure(Set<Parameter> conf)voidFastqMerger. configure(Set<Parameter> conf)voidFastqSplitter. configure(Set<Parameter> conf)voidMerger. configure(Set<Parameter> conf)Configure the merger.voidSAMMerger. configure(Set<Parameter> conf)voidSAMSplitter. configure(Set<Parameter> conf)voidSplitter. configure(Set<Parameter> conf)Configure the splitter. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.util
Methods in fr.ens.biologie.genomique.eoulsan.util that throw EoulsanException Modifier and Type Method Description protected abstract SAbstractResourceLoader. load(InputStream in, String source)Load a resource. -
Uses of EoulsanException in fr.ens.biologie.genomique.eoulsan.util.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.util.hadoop that throw EoulsanException Modifier and Type Method Description static 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 Modifier and Type Method Description booleanDistributedLock. tryLock(long timeout, TimeUnit unit)
-