Skip to content

Commit acf0e84

Browse files
committed
Remove unused STAR_CLEANUP_SCRIPT config
1 parent 0765dcb commit acf0e84

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

example.luigi.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ ALIGNQCDIR=aligned-qc
4545
QUANTDIR=quantified
4646
BATCHINFODIR=batch-info
4747

48-
# STAR
49-
STAR_CLEANUP_SCRIPT=scripts/clean-unused-shm-objects
50-
5148
# RSEM
5249
RSEM_DIR=contrib/RSEM
5350

rnaseq_pipeline/config.py

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class rnaseq_pipeline(luigi.Config):
1616
QUANTDIR = luigi.Parameter()
1717
BATCHINFODIR = luigi.Parameter()
1818

19-
STAR_CLEANUP_SCRIPT = luigi.Parameter()
20-
2119
RSEM_DIR = luigi.Parameter()
2220

2321
GEMMACLI = luigi.Parameter()

0 commit comments

Comments
 (0)