DRAM icon indicating copy to clipboard operation
DRAM copied to clipboard

Database preparation error 3

Open woodoo46 opened this issue 2 years ago • 3 comments

Hi there,

I am trying to run do database preparation as following:

DRAM-setup.py prepare_databases --output_dir ${outdir} --skip_uniref

But I had the following error:

subprocess.CalledProcessError: Command '['mmseqs', 'msa2profile', 'DRAM_data2/database_files/pfam.mmsmsa', 'DRAM_data2/database_files/pfam.mmspro', '--match-mode', '1', '--threads', '10']' returned non-zero exit status 3.

Thanks.

George

woodoo46 avatar Aug 04 '22 13:08 woodoo46

Can you run mmseqs msa2profile DRAM_data2/database_files/pfam.mmsmsa DRAM_data2/database_files/pfam.mmspro --match-mode 1 --threads 10 I need more information and dram unfortunately obscures command line output. This will tell us if one of your files failed to download or if mmseqs is not installed.

rmFlynn avatar Aug 04 '22 22:08 rmFlynn

Thanks for your quick reply. I got it, it is because of lack of memory. Initially I ran as posted with 10 threads, it failed. I then tried with 2 threads, it used about 100g memory and still running.

George

woodoo46 avatar Aug 05 '22 01:08 woodoo46

The memory problem is a big issue! Thanks!

rmFlynn avatar Aug 05 '22 15:08 rmFlynn