GREP2 icon indicating copy to clipboard operation
GREP2 copied to clipboard

if statement in run_fastqc.R

Open ivokwee opened this issue 5 years ago • 1 comments

Hi. I think in the file run_fastqc.R this

if(!dir.exists("fastqc"))

should be

if(!dir.exists(paste0(destdir,"/fastqc")))

ivokwee avatar Oct 23 '19 21:10 ivokwee

Hello @ivokwee You are right. Actually, it assumes the working directory is the 'destdir' from previous step. Although, resetting the working directory doesn't hurt and it's fixed now. Thanks.

naimmahi avatar Oct 25 '19 21:10 naimmahi