Page 1 of 1

runtime error in DeepMSA 2.1

Posted: Tue Mar 26, 2024 11:08 am
by yang wan
I downloaded the DeepMSA2 2.1 package, downloaded the data set, and installed the environment. Copied example2/seq.fasta to example3 and ran DeepMSA_noIMG on it. After 3 iterations, Segmentation Fault appeared, which was the error reported by qhmmbuild. In the end, qMSA.hmsa3m and qMSA.hmsaln were not generated. The run that caused the error was as follows:

Code: Select all

sed = /tmp/root/MSA_2317394802/jackblits.aln |sed 'N;s/\n/\t/'|sed 's/^/>/g'|sed 's/\t/\n/g'|/ root/DeepMSA2/bin/qMSA/bin/qhmmbuild -n aln --amino -O /tmp/root/MSA_2317394802/hmmsearch.afq --informat afa /tmp/root/MSA_2317394802/hmmsearch.hmm -
Also, at the beginning of the program, there is the following warning, is this a possible reason?

Code: Select all

No such file /root/DeepMSA2/database/UniRef30_2022_02/UniRef30_2022_02.cs219
Fall back to hhblits3. Result may be affected.
Best
Yang Wan

Re: runtime error in DeepMSA 2.1

Posted: Wed Mar 27, 2024 8:11 am
by jlspzw
Dear yang,

Please check if the memory you requested is enough or not.

Best Regards
Wei Zheng