Closed pwang24 closed 2 years ago
Unless I overlooked a typo in your code, I am not able to reproduce your error when using the corresponding code from the vignette here. Perhaps check whether all the libraries/packages that are loaded in the first code chunk you showing are indeed installed on your system. If any is missing then this could trigger such an error. If so more explicit error message could be triggered in the future. If this doesn't fix it then make sure you have the latest R/Bioc version and packages installed on your system. If you need more help then it would be import to send the output of sessionInfo()
executed right after experiencing the error.
Please note that you can run the workflow without going through the individual steps in its entirety like this:
sal <- importWF(sal, file_path = "systemPipeRIBOseq.Rmd")
runWF(sal)
Instructions on this are in the main vignette here.
Hello,
I got an error when I follow the RIBO-Seq Workflow Template.
I run the code in R as following:
Attaching package: ‘grid’
The following object is masked from ‘package:Biostrings’:
Attaching package: ‘DESeq2’
The following object is masked from ‘package:systemPipeR’:
|=======================================================================================================================| 100% Error in runWF(sal) : Caught an error, stop workflow!
Could you please help me to find the answer? Thank you!