Skip to content

Commit

Permalink
Make SubmitExperimentBatchInfoToGemma rerunnable
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Oct 13, 2023
1 parent b8699b2 commit 0e26277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnaseq_pipeline/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 0e26277

Please sign in to comment.