Open Hofphi opened 5 years ago
I am seem to miss this file:
/mnt/DATA/DropSeq_Philipp/dropSeqPipe_v04/.snakemake/scripts/tmpahs41u48.plot_violine.R
Shouldn't this temporary script be generated as soon as I start the pipeline. All files needed to make the plot do exist in the results/summary
directory.
Hello @Hofphi you have nto changed anything and you get a new error?
You can't try and run the temporary R script file because it's getting deleted by snakemake on the fly.
There is a new debug feature coming up in the new release but is already implementd on the develop branch if you want to try it out.
It helps with those kinds of issues by creating an rdata file of the snakemake object before the script as well as one when it's done running.
You can then easily load up the rdata file into R or Rstudio and run the script line by line to check what's wrong.
The error message you shared here is only snakemake telling us that something went wrong, but we would need to investigate what the error is the R script.
Hello everyone,
I have encountered a violin plot failure which I am unable to resolve. I was able to generate the plot with previous data but suddenly the pipeline gives an error at this process and shuts down.
This is the error message:
I already tried to manually execute the R-script:
Which gives me that error:
/mnt/DATA/DropSeq_Philipp/dropSeqPipe_v04/.snakemake/scripts/tmp7u_of87x.plot_violine.R': No such file or directory
The summary folder contains the needed files, that's why I don't get the error message. I am running DropSeqPipe_v0.4.
I would appreciate your help.