Uses of Class
fr.ens.biologie.genomique.eoulsan.core.Parameter
Packages that use Parameter
Package
Description
This package contains and define checkers of DataFormat.
This package contains Eoulsan workflow core class.
This package contains Eoulsan workflow dedicated classes.
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.
-
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.checkers
Method parameters in fr.ens.biologie.genomique.eoulsan.checkers with type arguments of type ParameterModifier and TypeMethodDescriptionvoidSet the parameters of the checker to configure the checker.voidvoidvoidvoid -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return ParameterModifier and TypeMethodDescriptionstatic ParameterModules.getParameter(Set<Parameter> parameters, String parameterName) Get the last parameter which name match for a parameter set.Methods in fr.ens.biologie.genomique.eoulsan.core that return types with arguments of type ParameterMethods in fr.ens.biologie.genomique.eoulsan.core with parameters of type ParameterModifier 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.intstatic 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.deprecatedParameter(String stepId, Parameter parameter, boolean throwException) Show a message for deprecated parameters.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) 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.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.Method parameters in fr.ens.biologie.genomique.eoulsan.core with type arguments of type ParameterModifier and TypeMethodDescriptionvoidModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) Set the parameters of the step to configure the module.static booleanModules.containsParameter(Set<Parameter> parameters, String parameterName) test if a set of parameters contains a parameter.static ParameterModules.getParameter(Set<Parameter> parameters, String parameterName) Get the last parameter which name match for a parameter set. -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return types with arguments of type ParameterModifier and TypeMethodDescriptionCommandWorkflowModel.getGlobalParameters()Get the globals parameters.AbstractStep.getParameters()CommandWorkflowModel.getStepParameters(String stepId) Get the parameters of a stepConstructor parameters in fr.ens.biologie.genomique.eoulsan.core.workflow with type arguments of type ParameterModifierConstructorDescriptionCommandStep(AbstractWorkflow workflow, Module module, Set<Parameter> parameters) Create a step for a standard step from an existing step object.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. -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.galaxytools
Method parameters in fr.ens.biologie.genomique.eoulsan.galaxytools with type arguments of type ParameterModifier and TypeMethodDescriptionvoidParse tool file to extract useful data to run tool.static Map<String,ToolElement> GalaxyToolXMLParserUtils.extractConditionalParamElement(ToolInfo toolInfo, Element parent, Map<String, Parameter> stepParameters) Extract conditional param element.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, Map<String, Parameter> stepParameters) Extract parameter elements.static voidGalaxyToolXMLParserUtils.setElementValue(ToolElement toolElement, Map<String, Parameter> stepParameters) Set the tool element value. -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.galaxytools.elements
Method parameters in fr.ens.biologie.genomique.eoulsan.galaxytools.elements with type arguments of type Parameter -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules
Method parameters in fr.ens.biologie.genomique.eoulsan.modules with type arguments of type ParameterModifier 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) static voidCheckerModule.configureChecker(DataFormat format, Set<Parameter> parameters) This method allow to configure a checker from the configure method of other steps, that's why this method is static. -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.chipseq
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.chipseq with type arguments of type ParameterModifier 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling with type arguments of type ParameterModifier 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc with type arguments of type ParameterModifier 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.diffana
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.diffana with type arguments of type ParameterModifier 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.expression
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.expression with type arguments of type ParameterModifier and TypeMethodDescriptionvoidAbstractExpressionModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidExpressionResultsAnnotationModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop with type arguments of type ParameterModifier and TypeMethodDescriptionvoidExpressionHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.fastqc
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.fastqc with type arguments of type ParameterModifier and TypeMethodDescriptionvoidFastQCModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.generators
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.generators with type arguments of type ParameterModifier 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.mapping
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.mapping with type arguments of type ParameterModifier 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop with type arguments of type ParameterModifier and TypeMethodDescriptionvoidFilterAndMapReadsHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidReadsMapperHadoopModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.mapping.local with type arguments of type ParameterModifier and TypeMethodDescriptionvoidSplitReadsModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop with type arguments of type ParameterModifier and TypeMethodDescriptionvoidCopyDesignAndWorkflowFilesToOutputModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload with type arguments of type ParameterModifier and TypeMethodDescriptionvoidDefineDataFormatToDownload.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidHDFSDataDownloadModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.multiqc with type arguments of type ParameterModifier and TypeMethodDescriptionvoidMultiQCModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.singlecell with type arguments of type ParameterModifier and TypeMethodDescriptionvoidExpressionToMatrixModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidMatrixToCellRangerMatrixModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) voidRSingleCellExperimentCreatorModule.configure(StepConfigurationContext context, Set<Parameter> stepParameters) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.requirements
Methods in fr.ens.biologie.genomique.eoulsan.requirements that return types with arguments of type ParameterModifier and TypeMethodDescriptionAbstractRequirement.getParameters()DockerRequirement.getParameters()PathRequirement.getParameters()Requirement.getParameters()Get the parameters of the requirementRserveRequirement.getParameters()Method parameters in fr.ens.biologie.genomique.eoulsan.requirements with type arguments of type ParameterModifier and TypeMethodDescriptionvoidvoidvoidvoidConfigure the requirement.void -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.splitermergers
Method parameters in fr.ens.biologie.genomique.eoulsan.splitermergers with type arguments of type ParameterModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidConfigure the merger.voidvoidvoidConfigure the splitter.