alexchwong / SpliceWiz

SpliceWiz is an R package for exploring differential alternative splicing events in splice-aware alignment BAM files.
Other
13 stars 8 forks source link

Error when processing BAMs #74

Open t3h4nt1chr15t opened 3 days ago

t3h4nt1chr15t commented 3 days ago

I resolved my earlier issue with the reference never building by getting an M1 Macbook Pro. But now that I've been able to build the reference, the BAMs themselves wont process.

When using the GUI, processing BAMs leads to a runtime error and it says there's a BiocParallel error as well: "1 remote errors, element index: 1." This error occurs whether I'm using multiple threads or one thread. And finally, there is also an error in the last line reported in R "SpliceQiz processBAM failed to produce ...experiments/sample.txt.gz".

I've also done this with the manual code instead and this leads to the same error.

Not sure where to go from here as I haven't seen this reported as a bug before with your package.