Skip to content

Error: Incomplete database file. Database building did not complete successfully #655

@mictadlo

Description

@mictadlo

Hi,
I have just run into Error: Incomplete database file. Database building did not complete successfully. I used the following file as protein evidence:

NbenthamianaGenbankAA.clean.fasta.gz

  ./funannotate-docker predict -i NbLab330.genome.softmasked.fasta -o annotate --species LAB330 --protein_evidence NbenthamianaGenbankAA.clean.fasta -o annotate --ploidy 2 --cpus 12
-------------------------------------------------------
[Oct 26 03:26 AM]: OS: Debian GNU/Linux 10, 32 cores, ~ 132 GB RAM. Python: 3.8.12
[Oct 26 03:26 AM]: Running funannotate v1.8.10
[Oct 26 03:26 AM]: GeneMark not found and $GENEMARK_PATH environmental variable missing. Will skip GeneMark ab-initio prediction.
[Oct 26 03:26 AM]: Skipping CodingQuarry as no --rna_bam passed
[Oct 26 03:26 AM]: Parsed training data, run ab-initio gene predictors as follows:
  Program      Training-Method
  augustus     busco          
  glimmerhmm   busco          
  snap         busco          
[Oct 26 03:36 AM]: Loading genome assembly and parsing soft-masked repetitive sequences
[Oct 26 03:38 AM]: Genome loaded: 20 scaffolds; 2,836,899,092 bp; 77.56% repeats masked
[Oct 26 03:38 AM]: Mapping 0 proteins to genome using diamond and exonerate
[Oct 26 03:38 AM]: CMD ERROR: diamond blastx --threads 8 -q /mnt/OneTB/annotation/funannotate/annotate/predict_misc/genome.softmasked.fa --db diamond -o diamond.matches.tab -e 1e-10 -k 0 --more-sensitive -f 6 sseqid slen sstart send qseqid qlen qstart qend pident length evalue score qcovhsp qframe
b'diamond v2.0.13.151 (C) Max Planck Society for the Advancement of Science\nDocumentation, support and updates available at http://www.diamondsearch.org\nPlease cite: http://dx.doi.org/10.1038/s41592-021-01101-x Nature Methods (2021)\n\n#CPU threads: 8\nScoring parameters: (Matrix=BLOSUM62 Lambda=0.267 K=0.041 Penalties=11/1)\nTemporary directory: \n#Target sequences to report alignments for: unlimited\nOpening the database...  [0s]\nError: Incomplete database file. Database building did not complete successfully.\n'
Traceback (most recent call last):
  File "/venv/bin/funannotate", line 8, in <module>
    sys.exit(main())
  File "/venv/lib/python3.8/site-packages/funannotate/funannotate.py", line 710, in main
    mod.main(arguments)
  File "/venv/lib/python3.8/site-packages/funannotate/predict.py", line 1051, in main
    lib.exonerate2hints(Exonerate, hintsP)
  File "/venv/lib/python3.8/site-packages/funannotate/library.py", line 4026, in exonerate2hints
    with open(file, 'r') as input:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/OneTB/annotation/funannotate/annotate/predict_misc/protein_alignments.gff3'

Thank you in advance,

Best wishes,

Michal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions