Dongwook Kim
Dongwook Kim
Hello @kellikmullane, could you please attach the corrupted `.db` file from the tutorial set here for us to examine?
Thank you for your swift response! `.txt` file is broken as expected. I also received the mail but I guess the attachment was removed during the transmission. Could you please...
Hey Kelli, I examined your DB file and found that the file is modified by SQLite-related program: ``` $ head my_example_db.db SQLite format 3@ ���._��������!�P��,L�fD}" �4�`*���R ``` The DB file...
Dear Laura, I found that the logic around the average identity calculation was actually static, which uses 40% identity in any circumstances. Thank you so much for pointing out this...
Hi, sorry for the late reply. Seems like the prodigal did not run properly and failed to produce CDS FASTA file. You might be able to find the underlying error...
@thom-ST Hello, Could you please check if your input file paths are valid? You can try to use an absolute path (starting from `/`) to make sure your input path...
Hi, mm.label is a text file that is included in the database, which indicates the name of the database and should exist in a database properly generated with either `extract`...
No probs! The pipeline is scalable without explicit limit to the number of files, therefore you can provide as many databases as you want in a single batch of calculation....
I suppose your OS doesn't automatically provide write permission to the files created under `/tmp/ezaai` for some reason. In the latest version you can provide a custom directory by passing...
Hi, sorry for the late reply. This doesn't seem to have a consistent circumstance in which the error occurs. Until I find the exact reason, as a temporary measure, I...