-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find read type: jaccard #78
Comments
Hi @jialanm , |
Hi Ines,
Thank you for the reply! I am able to use FRASER2 if I install
using devtools::install_github('gagneurlab/FRASER', ref='1.99.0',
dependencies=TRUE). However, the bioconductor installation does not seem to
install the new version even though I specified the version number to be
1.99.0.
Best regards,
Jialan
…On Wed, Aug 23, 2023 at 9:08 AM Ines Scheller ***@***.***> wrote:
Hi @jialanm <https://github.com/jialanm> ,
sorry for the late reply, I didn't see the issue earlier.
Which FRASER version are you using? Make sure it is > 1.99.0 if you want
to use FRASER 2.0 / the Intron Jaccard Index metric.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAHDN2XNGP2WVL64USLMYITXWX6FBANCNFSM6AAAAAA2FHXVWY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi there, Could you retry intalling FRASER through Bioconductor. Let us know if it still does not install 1.99.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I tried to run
fds <- calculatePSIValues(fds, types="jaccard", BPPARAM=bpparam())
but keep getting the error:Error in FUN(X[[i]], ...) : Could not find read type: jaccard Calls: calculatePSIValues -> unique -> vapply -> FUN
fds
is created from:I wonder if you could help look into this. Thanks!
The text was updated successfully, but these errors were encountered: