Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.InputPorts
Packages that use InputPorts
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.
-
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.core
Classes in fr.ens.biologie.genomique.eoulsan.core that implement InputPortsModifier and TypeClassDescriptionclassThis class define a class that handles a set of input ports.Methods in fr.ens.biologie.genomique.eoulsan.core that return InputPortsModifier and TypeMethodDescriptionstatic InputPortsInputPortsBuilder.allPortsRequiredInWorkingDirectory(InputPorts inputPorts) Set all ports of an existing input ports to be required in working directory.static InputPortsInputPortsBuilder.copy(InputPorts ports) Convenient method to create a defensive copy of an InputPorts object.InputPortsBuilder.create()Create the ports.Module.getInputPorts()Get the input data format.Step.getInputPorts()Get the input ports of the step.static InputPortsInputPortsBuilder.noInputPort()Create the ports with no ports.static InputPortsInputPortsBuilder.singleInputPort(DataFormat format) Convenient method to create the ports with only one port.static InputPortsInputPortsBuilder.singleInputPort(String name, DataFormat format) Convenient method to create the ports with only one port.Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type InputPortsModifier and TypeMethodDescriptionstatic InputPortsInputPortsBuilder.allPortsRequiredInWorkingDirectory(InputPorts inputPorts) Set all ports of an existing input ports to be required in working directory.static InputPortsInputPortsBuilder.copy(InputPorts ports) Convenient method to create a defensive copy of an InputPorts object. -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return InputPorts -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules
Methods in fr.ens.biologie.genomique.eoulsan.modules that return InputPortsModifier and TypeMethodDescriptionAbstractModule.getInputPorts()CheckerModule.getInputPorts()CopyInputDataModule.getInputPorts()CopyOutputDataModule.getInputPorts()FailModule.getInputPorts()GalaxyToolModule.getInputPorts()MergerModule.getInputPorts()SplitterModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.chipseq
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq that return InputPortsModifier and TypeMethodDescriptionMergeInputRepLocalModule.getInputPorts()Define input port.RmDupLocalModule.getInputPorts()Define input port.TrackHubModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling that return InputPortsModifier and TypeMethodDescriptionBedToolsModule.getInputPorts()DeepToolsModule.getInputPorts()MACS2Module.getInputPorts()MergePeaksModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc that return InputPortsModifier and TypeMethodDescriptionCountSplicedReadsModule.getInputPorts()Define input ports.IDRModule.getInputPorts()Define input ports. -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that return InputPortsModifier and TypeMethodDescriptionDESeq2Module.getInputPorts()DiffAnaModule.getInputPorts()DiffanaResultsAnnotationModule.getInputPorts()NormalizationModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression that return InputPortsModifier and TypeMethodDescriptionAbstractExpressionModule.getInputPorts()ExpressionResultsAnnotationModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop that return InputPorts -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.fastqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.fastqc that return InputPorts -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.generators
Methods in fr.ens.biologie.genomique.eoulsan.modules.generators that return InputPortsModifier and TypeMethodDescriptionGenericStorageGeneratorModule.getInputPorts()GenomeDescriptionGeneratorModule.getInputPorts()GenomeMapperIndexGeneratorModule.getInputPorts()GFFFastaGeneratorModule.getInputPorts()Minimap2IndexGeneratorModule.getInputPorts()STARIndexGeneratorModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.mapping
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping that return InputPortsModifier and TypeMethodDescriptionAbstractBAM2SAMModule.getInputPorts()AbstractFilterAndMapReadsModule.getInputPorts()AbstractReadsFilterModule.getInputPorts()AbstractSAM2BAMModule.getInputPorts()AbstractSAM2FASTQModule.getInputPorts()AbstractSAMFilterModule.getInputPorts()AbstractSplice2BEDModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop that return InputPortsModifier and TypeMethodDescriptionFilterAndMapReadsHadoopModule.getInputPorts()ReadsFilterHadoopModule.getInputPorts()ReadsMapperHadoopModule.getInputPorts()SAM2BAMHadoopModule.getInputPorts()SAMFilterHadoopModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.local that return InputPortsModifier and TypeMethodDescriptionReadsMapperLocalModule.getInputPorts()SplitReadsModule.getInputPorts() -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.multiqc that return InputPorts -
Uses of InputPorts in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Methods in fr.ens.biologie.genomique.eoulsan.modules.singlecell that return InputPortsModifier and TypeMethodDescriptionExpressionToMatrixModule.getInputPorts()MatrixToCellRangerMatrixModule.getInputPorts()RSingleCellExperimentCreatorModule.getInputPorts()