RoseTTAFold icon indicating copy to clipboard operation
RoseTTAFold copied to clipboard

cat make_msa.stderr

Open Niohuruzh opened this issue 3 years ago • 3 comments

Hello everyone, I have a question about the file after cat make_msa.stderr WARNING: Maximum number 65535 of sequences exceeded in file /home/../hhblists/tooo_.1e-30.a3m

If you have the same question, could you tell me how to fix it? Thanks!!!

Niohuruzh avatar Aug 18 '21 15:08 Niohuruzh

I have also been experiencing this warning.

I have also been experiencing this warning. So did you produce the t000_e2e.pdbfile?

Niohuruzh avatar Aug 19 '21 01:08 Niohuruzh

The 65535 number sounds suspiciously tied to a 16 bit integer (or array index) that should be way bigger. Perhaps the number of sequences was never ment to be that high?.

Reading on HHblits, it seems variable MAXSEQ in the sourcecode controls the max amount of sequences in a file. People also report that they managed to increase this value to nearly 2 million, before starting to get segfaults.

Read https://github.com/soedinglab/hh-suite/issues/51

They reported adding the option -maxseq to tackle the issue. I imagine you can download the HHblits source, modify this variable, and compile it yourself. Or include the parameter -maxseq 512000 (or something alike) in the cmd.

pguillem avatar Aug 27 '21 14:08 pguillem