A database error #178
-
Hi, I am trying to use DRAM-v to annotate my viral contigs. after $ DRAM-setup.py prepare_databases --output_dir yifan/DRAM/DRAM_DBs there is a warning: Database preparation started when I try to run a DRAM-v job, it returns an error : /homes/yizhou/miniconda3/envs/DRAM/lib/python3.10/site-packages/mag_annotator/database_handler.py:81: UserWarning: No descriptions were found for your id's. Does this YP_009174077.1 look like an id from viral_description warnings.warn("No descriptions were found for your id's. Does this %s look like an id from %s" % (list(ids)[0], Could you please help me to fix this? Looking forward to your favorable reply Best, Yifan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you try running |
Beta Was this translation helpful? Give feedback.
Can you try running
DRAM-setup.py update_description_db
and see if that solves the problem, usually this error is from something going wrong during setup, but in this case viral may have made a change to the database that needs fixing. I will look really quick