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
Dear JunctionSeq author
I am running the JunctionSeq on both the test dataset that comes with the package and my own dataset, the function runs well with the default option of nCores = 1 , however when I specified nCores > 1, the function "runJunctionSeqAnalyses" always fails with the error reported as length of 'dimnames' [2] not equal to array extent
my code of running this function on test dataset is below
Multiple ncores is currently deprecated. During JunctionSeq's development the bioconductor parallellization framework changed several times without support for backwards compatibility. So basically nCores only works on certain specific versions of R.
Just use nCores = 1. The parallelization didn't seem to help that much anyways.
Dear JunctionSeq author
I am running the JunctionSeq on both the test dataset that comes with the package and my own dataset, the function runs well with the default option of nCores = 1 , however when I specified nCores > 1, the function "runJunctionSeqAnalyses" always fails with the error reported as length of 'dimnames' [2] not equal to array extent
my code of running this function on test dataset is below
then I got the following error
below is my sessionInfo()
Any suggestion? Thanks
The text was updated successfully, but these errors were encountered: