CRG-CNAG/CalliNGS-NF

The genomeDir dir name is confusing

pditommaso opened this issue · 0 comments

The genomeDir name is used twice as a variable name:

STAR --genomeDir $genomeDir \

and as a local directory name:

--genomeDir genomeDir \

STAR --genomeDir genomeDir \

Besides it works it's really confusing when reading the task command. A different name should be used.