Skip to content

Commit

Permalink
Make SubmitExperimentReportToGemma rerunnable
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Aug 13, 2024
1 parent fed06f5 commit ae02f56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rnaseq_pipeline/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,9 @@ def subcommand_args(self):
def output(self):
return GemmaDatasetPlatform(self.experiment_id, self.platform_short_name)

class SubmitExperimentReportToGemma(GemmaTaskMixin, luigi.Task):
class SubmitExperimentReportToGemma(RerunnableTaskMixin, GemmaTaskMixin, luigi.Task):
"""
Submit an experiment QC report to Gemma.
TODO: This is not yet fully implemented, so only a report is being generated.
"""
experiment_id = luigi.Parameter()

Expand Down

0 comments on commit ae02f56

Please sign in to comment.