Closed slsevilla closed 10 months ago
Tested in R-Studio and was able to knit the report without an error.
Tested on the command line with '--mode local' and got the same error listed above.
Oddly, this fails for you, Vishal, and others, but works for me with v2.5.10.
Found a similar error: https://github.com/boxuancui/DataExplorer/issues/20
It appears because I don't have write permission to the R library location, that invocation of the rule fails to create the knit files. All of the fixes I've tried so far haven't worked though. I'm still only able to create it within R studio but cannot create it using Snakemake or just calling the R file directly.
The /output/dir/workflow directory is being set to 'read-only' by RENEE at some point. This is causing the creation of the 'knit.md' file to be unable to save and causing the pipeline to fail at this rule. I am going to test with a clean pull of the repo to ensure this fixes the issue
We need to add a line to change the permissions of the output Rmd subdir after copying it
Running test to ensure this is working with current main branch
./renee run --input .tests/*.gz --output /data/sevillas2/renee_2.5.11/ --genome hg38_30 --mode slurm
Running test to ensure this is working with current main branch
./renee run --input .tests/*.gz --output /data/sevillas2/renee_2.5.11/ --genome hg38_30 --mode slurm
Will this work on the main branch when we haven't merged #91 yet?
Ran RENEE v2.5.9 from the GUI on the test data:
Process errored here:
Process completed with all steps except for writing the output report: