We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quitting from lines 649-662 (report_dge_gse.Rmd) Error in createDir(dir) : Directory access not possible: results/edgeR_output Calls: <Anonymous> ... eval -> eval -> slurmEdgeR -> <Anonymous> -> createDir Execution halted
If I create results/edgeR_output then it doesn't throw an error.
results/edgeR_output
I suspect it goes wrong here:
ribiosUtils/R/file_dir.R
Line 183 in 3e0de3c
Line 69 in 3e0de3c
At the moment this does not make sense for me, by reading the code it should not fail at that position.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I create
results/edgeR_output
then it doesn't throw an error.I suspect it goes wrong here:
ribiosUtils/R/file_dir.R
Line 183 in 3e0de3c
but the error message is coming from this function:
ribiosUtils/R/file_dir.R
Line 69 in 3e0de3c
At the moment this does not make sense for me, by reading the code it should not fail at that position.
The text was updated successfully, but these errors were encountered: