Skip to content
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

Open
jialanm opened this issue Jul 11, 2023 · 3 comments
Open

Could not find read type: jaccard #78

jialanm opened this issue Jul 11, 2023 · 3 comments

Comments

@jialanm
Copy link

jialanm commented Jul 11, 2023

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:

    library(FRASER)
    
    annotation_dat <- data.table(sampleID="{sample_id}", bamFile="{sample_bam_path}", pairedEnd=TRUE)
    settings <- FraserDataSet(colData=annotation_dat, workingDir=".")
    
    fds <- countRNAData(settings)

I wonder if you could help look into this. Thanks!

@ischeller
Copy link
Collaborator

Hi @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.

@jialanm
Copy link
Author

jialanm commented Aug 23, 2023 via email

@drewjbeh
Copy link
Collaborator

drewjbeh commented Jan 17, 2024

Hi there,

Could you retry intalling FRASER through Bioconductor. Let us know if it still does not install 1.99.0

@c-mertes c-mertes transferred this issue from gagneurlab/FRASER-old-gagneurlab May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants