You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi. I think in the file run_fastqc.R this
if(!dir.exists("fastqc"))
should be
if(!dir.exists(paste0(destdir,"/fastqc")))
The text was updated successfully, but these errors were encountered: