Skip to content

Commit

Permalink
Pass --rerun to GenerateReportForExperiment in SubmitExperimentReport…
Browse files Browse the repository at this point in the history
…ToGemma
  • Loading branch information
arteymix committed Sep 3, 2024
1 parent 67570e9 commit 8e71bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rnaseq_pipeline/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ def requires(self):
return GenerateReportForExperiment(self.experiment_id,
taxon=self.taxon,
reference_id=self.reference_id,
source='gemma')
source='gemma',
rerun=self.rerun)

def run(self):
self.output().makedirs()
Expand Down

0 comments on commit 8e71bc4

Please sign in to comment.