Skip to content

Commit

Permalink
Remove unused STAR_CLEANUP_SCRIPT config
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed May 17, 2024
1 parent 0765dcb commit acf0e84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions example.luigi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ ALIGNQCDIR=aligned-qc
QUANTDIR=quantified
BATCHINFODIR=batch-info

# STAR
STAR_CLEANUP_SCRIPT=scripts/clean-unused-shm-objects

# RSEM
RSEM_DIR=contrib/RSEM

Expand Down
2 changes: 0 additions & 2 deletions rnaseq_pipeline/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class rnaseq_pipeline(luigi.Config):
QUANTDIR = luigi.Parameter()
BATCHINFODIR = luigi.Parameter()

STAR_CLEANUP_SCRIPT = luigi.Parameter()

RSEM_DIR = luigi.Parameter()

GEMMACLI = luigi.Parameter()
Expand Down

0 comments on commit acf0e84

Please sign in to comment.