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

Fail to find the prebuilt database obj file! #28

Open
hafizmtalha opened this issue Jan 21, 2022 · 2 comments
Open

Fail to find the prebuilt database obj file! #28

hafizmtalha opened this issue Jan 21, 2022 · 2 comments

Comments

@hafizmtalha
Copy link

hafizmtalha commented Jan 21, 2022

I have installed the COMPSRA and did the alignment module.. now when I run the annotation module it gives me following error.

022-01-21 05:56:56.937 [main] INFO edu.harvard.channing.compass.core.Configuration - The Configuration was completed!

2022-01-21 05:56:56.991 [pool-2-thread-1] ERROR edu.harvard.channing.compass.utility.ReadFile - edu.harvard.channing.compass.entity.DBTree; local class incompatible: stream classdesc serialVersionUID = 556476181312992002, local class serialVersionUID = 1386352989058994328
2022-01-21 05:56:56.991 [pool-2-thread-1] ERROR edu.harvard.channing.compass.utility.ReadFile - Fail to find the prebuilt database obj file!
2022-01-21 05:56:56.991 [pool-2-thread-1] WARN edu.harvard.channing.compass.db.DB_miRBase - The prebuilt database file /home/ubuntu/COMPSRA/bundle_v1/prebuilt_db/miRBase_hg38.obj doesn't exist!
2022-01-21 05:56:56.992 [pool-2-thread-1] INFO edu.harvard.channing.compass.db.DB_miRBase - Try to build the database from local files /home/ubuntu/COMPSRA/bundle_v1/db/miRBase/miRBase_hg38.gff3 !
2022-01-21 05:56:56.992 [pool-2-thread-1] INFO edu.harvard.channing.compass.core.Factory - Read File Error: Fail to read file: miRBase_v21
2022-01-21 05:56:56.992 [pool-2-thread-1] ERROR edu.harvard.channing.compass.utility.ReadFile - Cannot invoke "java.io.BufferedReader.readLine()" because "br" is null
2022-01-21 05:56:56.993 [pool-2-thread-1] INFO edu.harvard.channing.compass.utility.ReadFile - Read File Error: Fail to read file: /home/ubuntu/COMPSRA/bundle_v1/db/miRBase/miRBase_hg38.gff3.
2022-01-21 05:56:56.993 [pool-2-thread-1] ERROR edu.harvard.channing.compass.core.ann.SAMAnnotator - Cannot invoke "java.util.HashMap.values()" because "dbt.hmpStart" is null
2022-01-21 05:56:56.994 [main] ERROR edu.harvard.channing.compass.core.ann.Annotation - java.lang.NullPointerException: Cannot invoke "edu.harvard.channing.compass.core.ann.IPTR.getReport()" because "this.iptr[i]" is null
2022-01-21 05:56:56.995 [main] INFO edu.harvard.channing.compass.core.Produce - Error: Annotation module fails!

I have checked manually and the database object is present there, in mentioned place. But it still gives me errors.
although, the local files database is not present. may be they no longer comes with the github package.

@cougarlj
Copy link
Owner

Dear hafizmtalha,

According to the error message, COMPSRA couldn't import the pre-built databases. This may be the version problem. Please download the latest version of COMPSRA and pre-built databases from Github.

COMPSRA (https://github.com/cougarlj/COMPSRA/blob/master/COMPSRA_V1.0.3.zip)
pre-built database (https://github.com/cougarlj/COMPSRA/tree/master/bundle_v1/prebuilt_db)

Best Wishes,
Jiang Li

@hafizmtalha
Copy link
Author

local

THanks this worked

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

2 participants