Uses of Interface
fr.ens.biologie.genomique.eoulsan.requirements.Requirement
Packages that use Requirement
Package
Description
This package contains Eoulsan workflow core class.
This package define the steps for the Eoulsan workflow.
This packages contains the peak-calling modules.
This package contain all the classes related to the differential analysis step.
This package contain generator steps.
This package contains requirement classes for Eoulsan.
-
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return types with arguments of type Requirement -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.modules
Methods in fr.ens.biologie.genomique.eoulsan.modules that return types with arguments of type RequirementModifier and TypeMethodDescriptionAbstractModule.getRequirements()GalaxyToolModule.getRequirements() -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling that return types with arguments of type RequirementModifier and TypeMethodDescriptionBedToolsModule.getRequirements()DeepToolsModule.getRequirements()MACS2Module.getRequirements() -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that return types with arguments of type RequirementModifier and TypeMethodDescriptionDESeq2Module.getRequirements()DiffAnaModule.getRequirements()NormalizationModule.getRequirements() -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.modules.generators
Methods in fr.ens.biologie.genomique.eoulsan.modules.generators that return types with arguments of type Requirement -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.multiqc that return types with arguments of type Requirement -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Methods in fr.ens.biologie.genomique.eoulsan.modules.singlecell that return types with arguments of type Requirement -
Uses of Requirement in fr.ens.biologie.genomique.eoulsan.requirements
Classes in fr.ens.biologie.genomique.eoulsan.requirements that implement RequirementModifier and TypeClassDescriptionclassThis class define an abstract requirement.classThis class define a Docker requirement.classThis class define a executable requirement.classThis class define a Rserve server requirement.Methods in fr.ens.biologie.genomique.eoulsan.requirements that return RequirementModifier and TypeMethodDescriptionstatic 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.static RequirementPathRequirement.newPathRequirement(String executableName) Create a new mandatory executable requirement.static RequirementPathRequirement.newPathRequirement(String executableName, boolean optional) Create a new executable requirement.static RequirementRserveRequirement.newRserveRequirement(String rserveServerName) Create a new mandatory Rserve requirement.static RequirementRserveRequirement.newRserveRequirement(String rserveServerName, boolean optional) Create a new Rserve requirement.