We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0765dcb commit acf0e84Copy full SHA for acf0e84
example.luigi.cfg
@@ -45,9 +45,6 @@ ALIGNQCDIR=aligned-qc
45
QUANTDIR=quantified
46
BATCHINFODIR=batch-info
47
48
-# STAR
49
-STAR_CLEANUP_SCRIPT=scripts/clean-unused-shm-objects
50
-
51
# RSEM
52
RSEM_DIR=contrib/RSEM
53
rnaseq_pipeline/config.py
@@ -16,8 +16,6 @@ class rnaseq_pipeline(luigi.Config):
16
QUANTDIR = luigi.Parameter()
17
BATCHINFODIR = luigi.Parameter()
18
19
- STAR_CLEANUP_SCRIPT = luigi.Parameter()
20
21
RSEM_DIR = luigi.Parameter()
22
23
GEMMACLI = luigi.Parameter()
0 commit comments