ezaai icon indicating copy to clipboard operation
ezaai copied to clipboard

Error creating database

Open cliffbueno opened this issue 3 years ago • 10 comments

Hello,

I am unable to see a .db file created using either extract or convert. I set up the same sample folder as the tutorial, with 10 of my genomes in the fasta folder.

java -jar EzAAI_latest.jar extract -i fasta/MAG_48_Clean_2N.fa -o db/MAG_48_Clean_2N.db -l "Methanolobus sp. SBSPR1" EzAAI |: EzAAI - v1.0 [Mar. 2021] EzAAI |: Running prodigal on genome fasta/MAG_48_Clean_2N.fa... getEngineName() called getEngineName() called EzAAI |: Converting given CDS file into profile database... (fasta/MAG_48_Clean_2N.fa.faa -> db/MAG_48_Clean_2N.db) EzAAI |: Task finished.

It all looks like it worked well. But then when I check the db/ folder, there is no MAG_48_Clean_2N.db file. Same thing happened when I ran prodigal manually outside of EzAAI to make a protein CDS file and tried to convert it to the .db

It seems like the issue is the getEngineName() called, as I do not see that in the tutorial.

If it helps here is my java info. java version "15.0.1" 2020-10-20 Java(TM) SE Runtime Environment (build 15.0.1+9-18) Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)

Please let me know if you have any suggestions. Thanks!

cliffbueno avatar May 27 '21 04:05 cliffbueno