diff --git a/rnaseq_pipeline/tasks.py b/rnaseq_pipeline/tasks.py index 27ec27de..57f0e6db 100755 --- a/rnaseq_pipeline/tasks.py +++ b/rnaseq_pipeline/tasks.py @@ -362,7 +362,7 @@ def output(self): return [luigi.LocalTarget(join(destdir, f'{self.experiment_id}_counts.{self.scope}')), luigi.LocalTarget(join(destdir, f'{self.experiment_id}_fpkm.{self.scope}'))] -class SubmitExperimentBatchInfoToGemma(GemmaTask): +class SubmitExperimentBatchInfoToGemma(RerunnableTaskMixin, GemmaTask): """ Submit the batch information of an experiment to Gemma. """