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
I met the same problem here... if I only use one sample for the test, then everything looks good, however, the error happens when I try to use the parallel methods....
Hi,
When running CopywriteR with BiocParallel with a bp.param like this one:
bp.param <- SnowParam(workers= 5, type= "SOCK")
I'm getting errors regarding BAM files not found in the workers
These errors are not occurring in multicore or singlecore runs and seem to be caused by using the basename of BAM paths instead of the full BAM paths.
Here is the traceback() output of the error
I hope that helps.
The text was updated successfully, but these errors were encountered: