Uses of Class
fr.ens.biologie.genomique.eoulsan.core.Parameter
-
Packages that use Parameter Package Description 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.workflow This package contains Eoulsan workflow dedicated classes.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. -
-
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.checkers
Method parameters in fr.ens.biologie.genomique.eoulsan.checkers with type arguments of type Parameter Modifier and Type Method Description 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 Parameter in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Parameter Modifier and Type Method Description static 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 Parameter Modifier and Type Method Description Set<Parameter>Step. getParameters()Get the parameter of the step.Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type Parameter 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.intParameter. compareTo(Parameter p)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. 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 Parameter Modifier and Type Method Description voidModule. 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 Parameter Modifier and Type Method Description Set<Parameter>CommandWorkflowModel. getGlobalParameters()Get the globals parameters.Set<Parameter>AbstractStep. getParameters()Set<Parameter>CommandWorkflowModel. getStepParameters(String stepId)Get the parameters of a stepConstructor parameters in fr.ens.biologie.genomique.eoulsan.core.workflow with type arguments of type Parameter Constructor Description CommandStep(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 Parameter Modifier and Type Method Description voidGalaxyToolInterpreter. configure(Set<Parameter> parameters)Parse 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 Modifier and Type Method Description voidConditionalToolElement. setValues(Map<String,Parameter> stepParameters)Set the values. -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.modules
Method parameters in fr.ens.biologie.genomique.eoulsan.modules with type arguments of type Parameter 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)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 Parameter 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 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 Parameter 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.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 Parameter 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type Parameter Modifier and Type Method Description static DESeq2.SizeFactorsTypeDESeq2.SizeFactorsType. get(Parameter parameter)Get the size factors type to be used in DESeq2.Method parameters in fr.ens.biologie.genomique.eoulsan.modules.diffana with type arguments of type Parameter Modifier and Type Method Description 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)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 Parameter Modifier and Type Method Description voidAbstractExpressionModule. 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 Parameter Modifier and Type Method Description voidExpressionHadoopModule. 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 Parameter Modifier and Type Method Description voidFastQCModule. 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 Parameter 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 Parameter in fr.ens.biologie.genomique.eoulsan.modules.mapping
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.mapping with type arguments of type Parameter 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) -
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 Parameter Modifier and Type Method Description voidFilterAndMapReadsHadoopModule. configure(StepConfigurationContext context, Set<Parameter> stepParameters)voidReadsMapperHadoopModule. 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 Parameter Modifier and Type Method Description voidCopyDesignAndWorkflowFilesToOutputModule. 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 Parameter Modifier and Type Method Description voidDefineDataFormatToDownload. 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 Parameter Modifier and Type Method Description voidMultiQCModule. 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 Parameter 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 Parameter in fr.ens.biologie.genomique.eoulsan.requirements
Methods in fr.ens.biologie.genomique.eoulsan.requirements that return types with arguments of type Parameter Modifier and Type Method Description Set<Parameter>AbstractRequirement. getParameters()Set<Parameter>DockerRequirement. getParameters()Set<Parameter>PathRequirement. getParameters()Set<Parameter>Requirement. getParameters()Get the parameters of the requirementSet<Parameter>RserveRequirement. getParameters()Method parameters in fr.ens.biologie.genomique.eoulsan.requirements with type arguments of type Parameter 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) -
Uses of Parameter in fr.ens.biologie.genomique.eoulsan.splitermergers
Method parameters in fr.ens.biologie.genomique.eoulsan.splitermergers with type arguments of type Parameter 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.
-