Need help in processing of database
sahilrishav2 opened this issue · 0 comments
Hello,
I am preparing the database using DRAM-setup.py prepare_databases --output_dir DRAM_data --threads 40
. All databases were downloaded successfully and processed also but in the end, it got killed:
2024-04-26 22:59:52,920 - Moved peptidase to final destination, configuration updated
2024-04-26 22:59:52,925 - Moved genome_summary_form to final destination, configuration updated
2024-04-26 22:59:52,930 - Moved module_step_form to final destination, configuration updated
2024-04-26 22:59:52,936 - Moved function_heatmap_form to final destination, configuration updated
2024-04-26 22:59:52,941 - Moved amg_database to final destination, configuration updated
2024-04-26 22:59:52,947 - Moved etc_module_database to final destination, configuration updated
2024-04-26 22:59:52,947 - Populating the description db, this may take some time
Killed
Now, I want to ask, how to perform this last step only Populating the description db
, this may take some time not the entire process as other processes have been completed.
Thank you in advance