Uses of Interface
fr.ens.biologie.genomique.eoulsan.core.TaskContext
Packages that use TaskContext
Package
Description
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 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 the expression step in local 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 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 TaskContext in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type TaskContextModifier and TypeMethodDescriptionModule.execute(TaskContext context, TaskStatus status) Execute a task step.static DataFileContextUtils.getHadoopWorkingDirectory(TaskContext context) Get the Hadoop working directory.static DataFileContextUtils.getJarPathname(TaskContext context) Get the application jar file.static DataFileContextUtils.getJobDirectory(TaskContext context) Get the job directory.static DataFileContextUtils.getLocalWorkingDirectory(TaskContext context) Get the local working directory.static DataFileContextUtils.getTaskOutputDirectory(TaskContext context) Get the task output directory. -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.core.workflow
Classes in fr.ens.biologie.genomique.eoulsan.core.workflow that implement TaskContext -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.galaxytools
Methods in fr.ens.biologie.genomique.eoulsan.galaxytools with parameters of type TaskContextModifier and TypeMethodDescriptionGalaxyToolInterpreter.execute(TaskContext context) Convert command tag from tool file in string, variable are replace by value.Constructors in fr.ens.biologie.genomique.eoulsan.galaxytools with parameters of type TaskContextModifierConstructorDescriptionToolExecutor(TaskContext context, ToolInfo toolData, String commandLine, Set<File> inputFiles) Constructor a new galaxy tool executor. -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules
Methods in fr.ens.biologie.genomique.eoulsan.modules with parameters of type TaskContextModifier and TypeMethodDescriptionCheckerModule.execute(TaskContext context, TaskStatus status) CopyInputDataModule.execute(TaskContext context, TaskStatus status) CopyOutputDataModule.execute(TaskContext context, TaskStatus status) DesignModule.execute(TaskContext context, TaskStatus status) FailModule.execute(TaskContext context, TaskStatus status) FakeModule.execute(TaskContext context, TaskStatus status) FirstModule.execute(TaskContext context, TaskStatus status) GalaxyToolModule.execute(TaskContext context, TaskStatus status) ImportModule.execute(TaskContext context, TaskStatus status) MergerModule.execute(TaskContext context, TaskStatus status) RequirementInstallerModule.execute(TaskContext context, TaskStatus status) ShellModule.execute(TaskContext context, TaskStatus status) SplitterModule.execute(TaskContext context, TaskStatus status) TerminalModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.chipseq
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq with parameters of type TaskContextModifier and TypeMethodDescriptionMergeInputRepLocalModule.execute(TaskContext context, TaskStatus status) Merge input replicates.RmDupLocalModule.execute(TaskContext context, TaskStatus status) TrackHubModule.execute(TaskContext context, TaskStatus status) Run trackhub generator. -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling with parameters of type TaskContextModifier and TypeMethodDescriptionBedToolsModule.execute(TaskContext context, TaskStatus status) Run bedtools multiinter.DeepToolsModule.execute(TaskContext context, TaskStatus status) Run deeptools.MACS2Module.execute(TaskContext context, TaskStatus status) Run macs2.MergePeaksModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc
Methods in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc with parameters of type TaskContextModifier and TypeMethodDescriptionCountSplicedReadsModule.execute(TaskContext context, TaskStatus status) Install all the files necessary in the tmp folder, then run idr.IDRModule.execute(TaskContext context, TaskStatus status) Install all the files necessary in the tmp folder, then run idr. -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type TaskContextModifier and TypeMethodDescriptionDESeq2Module.execute(TaskContext context, TaskStatus status) DiffAnaModule.execute(TaskContext context, TaskStatus status) DiffanaResultsAnnotationModule.execute(TaskContext context, TaskStatus status) NormalizationModule.execute(TaskContext context, TaskStatus status) voidNormalization.run(TaskContext context, Data data) Run normalisation step. -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression with parameters of type TaskContextModifier and TypeMethodDescriptionExpressionResultsAnnotationModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop with parameters of type TaskContextModifier and TypeMethodDescriptionExpressionHadoopModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.expression.local
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression.local with parameters of type TaskContextModifier and TypeMethodDescriptionExpressionLocalModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.fastqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.fastqc with parameters of type TaskContext -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.generators
Methods in fr.ens.biologie.genomique.eoulsan.modules.generators with parameters of type TaskContextModifier and TypeMethodDescriptionDummyGeneratorModule.execute(TaskContext context, TaskStatus status) GenericStorageGeneratorModule.execute(TaskContext context, TaskStatus status) GenomeDescriptionGeneratorModule.execute(TaskContext context, TaskStatus status) GenomeMapperIndexGeneratorModule.execute(TaskContext context, TaskStatus status) GFFFastaGeneratorModule.execute(TaskContext context, TaskStatus status) Minimap2IndexGeneratorModule.execute(TaskContext context, TaskStatus status) STARIndexGeneratorModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop with parameters of type TaskContextModifier and TypeMethodDescriptionFilterAndMapReadsHadoopModule.execute(TaskContext context, TaskStatus status) ReadsFilterHadoopModule.execute(TaskContext context, TaskStatus status) ReadsMapperHadoopModule.execute(TaskContext context, TaskStatus status) SAM2BAMHadoopModule.execute(TaskContext context, TaskStatus status) SAMFilterHadoopModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Methods in fr.ens.biologie.genomique.eoulsan.modules.mapping.local with parameters of type TaskContextModifier and TypeMethodDescriptionBAM2SAMLocalModule.execute(TaskContext context, TaskStatus status) ReadsFilterLocalModule.execute(TaskContext context, TaskStatus status) ReadsMapperLocalModule.execute(TaskContext context, TaskStatus status) SAM2BAMLocalModule.execute(TaskContext context, TaskStatus status) SAM2FASTQLocalModule.execute(TaskContext context, TaskStatus status) SAMFilterLocalModule.execute(TaskContext context, TaskStatus status) Splice2BEDModule.execute(TaskContext context, TaskStatus status) SplitReadsModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop with parameters of type TaskContextModifier and TypeMethodDescriptionCopyDesignAndWorkflowFilesToOutputModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload with parameters of type TaskContextModifier and TypeMethodDescriptionDefineDataFormatToDownload.execute(TaskContext context, TaskStatus status) HDFSDataDownloadModule.execute(TaskContext context, TaskStatus status) UploadModule.execute(TaskContext context, TaskStatus status) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.multiqc with parameters of type TaskContextModifier and TypeMethodDescriptionMultiQCModule.execute(TaskContext context, TaskStatus status) voidCutAdaptInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidExpressionInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidFastQCInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidFeatureCountsInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) Preprocess data.voidMapperInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidRnaSeqMetricsInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) -
Uses of TaskContext in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Methods in fr.ens.biologie.genomique.eoulsan.modules.singlecell with parameters of type TaskContextModifier and TypeMethodDescriptionExpressionToMatrixModule.execute(TaskContext context, TaskStatus status) MatrixToCellRangerMatrixModule.execute(TaskContext context, TaskStatus status) RSingleCellExperimentCreatorModule.execute(TaskContext context, TaskStatus status)