Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.StepConfigurationContext
Packages that use StepConfigurationContext
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 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.
-
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.core
Subinterfaces of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.coreModifier and TypeInterfaceDescriptioninterfaceThis interface define the context of a step.Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionstatic voidModules.badParameterValue(StepConfigurationContext context, 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) Show a message for deprecated parameters.static voidModules.deprecatedParameter(StepConfigurationContext context, Parameter parameter, boolean throwException) Show a message for deprecated parameters.static voidModules.invalidConfiguration(StepConfigurationContext context, String message) Throw a exception for an invalid configuration.static voidModules.removedParameter(StepConfigurationContext context, Parameter parameter) Throw a exception for removed parameters.static voidModules.renamedParameter(StepConfigurationContext context, Parameter parameter, String newParameterName) Show a message for deprecated parameters that has been renamed.static voidModules.renamedParameter(StepConfigurationContext context, 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. -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.core.workflow
Classes in fr.ens.biologie.genomique.eoulsan.core.workflow that implement StepConfigurationContextModifier and TypeClassDescriptionclassThis class define a concrete implementation of the configuration context of a step.classThis class define a task context. -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules
Methods in fr.ens.biologie.genomique.eoulsan.modules with parameters of type StepConfigurationContextModifier 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) voidFakeModule.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) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.chipseq
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq with parameters of type StepConfigurationContextModifier 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 StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling with parameters of type StepConfigurationContextModifier 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.voidMergePeaksModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the step. -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc with parameters of type StepConfigurationContextModifier 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 StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type StepConfigurationContextModifier 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 RExecutorRModuleCommonConfiguration.parseRExecutorParameter(StepConfigurationContext context, Set<Parameter> stepParameters, Set<Requirement> requirements, String defaultDockerImage) Parse the step parameter and create a configured RExecutor object. -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidAbstractExpressionModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidExpressionResultsAnnotationModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidExpressionHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.fastqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.fastqc with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidFastQCModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.generators
Methods in fr.ens.biologie.genomique.eoulsan.modules.generators with parameters of type StepConfigurationContextModifier 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 StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.mapping
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping with parameters of type StepConfigurationContextModifier 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 StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidFilterAndMapReadsHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidReadsMapperHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.local with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidSplitReadsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidCopyDesignAndWorkflowFilesToOutputModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidDefineDataFormatToDownload.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidHDFSDataDownloadModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.multiqc with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidMultiQCModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of StepConfigurationContext in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Methods in fr.ens.biologie.genomique.eoulsan.modules.singlecell with parameters of type StepConfigurationContextModifier and TypeMethodDescriptionvoidExpressionToMatrixModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidMatrixToCellRangerMatrixModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidRSingleCellExperimentCreatorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters)