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

error pseudogene detection #41

Open
aistBMRG opened this issue Mar 1, 2022 · 1 comment
Open

error pseudogene detection #41

aistBMRG opened this issue Mar 1, 2022 · 1 comment

Comments

@aistBMRG
Copy link

aistBMRG commented Mar 1, 2022

Hi,

I am running dfast (version 1.2.14) on a large set of genomes. The vast majority completes without issue, and very fast, but for several genomes, annotation is aborted with the following type of error message in the application log file:

2022/03/01 15:16:15 10 CDS features were marked as possible pseudo due to internal stop codons.
2022/03/01 15:16:15 13 CDS features were marked as possible pseudo due to frameshift.
2022/03/01 15:16:15 Internal stop codons in the following 1 CDSs are translated to selenosysteine/pyrrolysine, which will be annotated with 'transl_except'. ['MGA_186']
2022/03/01 15:16:15 Removed 1 CDSs. ['MGA_185']
2022/03/01 15:16:28 Process aborted due to an error in PseudoGeneDetection.
2022/03/01 15:16:28 Error: mdb_env_open: No locks available

Would it be possible to let me know if you have any pointers as to what may cause this error?

Thanks in advance,

Dieter

@nigyta
Copy link
Owner

nigyta commented Mar 2, 2022

Dear Dieter @aistBMRG

Thank you for using DFAST. I saw this kind of error for the first time.
Probably it was raised while running "makeblastdb" command.
Please check it by invoking dfast again with "--debug" option and find a command like this: makeblastdb -dbtype prot -in OUT/PseudoGeneDetection/reference.faa -out OUT/PseudoGeneDetection/reference -hash_index -parse_seqids
Please run the command manually to check whether the error can be reporoducible.

Or, if you can upload your genome to the DFAST web service (https://dfast.ddbj.nig.ac.jp/), I can look into it. If you wish, please email me at [email protected] and let me know the job ID.

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