Skip to content

Commit

Permalink
Revert "Add a priority to GenerateReportForExperiment"
Browse files Browse the repository at this point in the history
This reverts commit ebde490.
  • Loading branch information
arteymix committed Aug 30, 2024
1 parent ebde490 commit eeae8be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rnaseq_pipeline/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ class GenerateReportForExperiment(RerunnableTaskMixin, luigi.Task):
The report include collected FastQC reports and RSEM/STAR outputs.
"""

priority = luigi.IntParameter(default=100, positional=False, significant=False)

def run(self):
fastqc_dir = join(cfg.OUTPUT_DIR, cfg.DATAQCDIR, self.experiment_id)
search_dirs = [
Expand Down

0 comments on commit eeae8be

Please sign in to comment.