soedinglab / CCMpred

Protein Residue-Residue Contacts from Correlated Mutations predicted quickly and accurately.
http://www.ncbi.nlm.nih.gov/pubmed/25064567
GNU Affero General Public License v3.0
107 stars 25 forks source link

ERROR: ERROR: Not enough memory to allocate variables! #19

Open sirenfrappe opened 4 years ago

sirenfrappe commented 4 years ago

when the sequence's length is larger than 2K, I got this error : ERROR: ERROR: Not enough memory to allocate variables!. I try to run it on other clusters which have bigger memory and remove some rows of the alignments file ,and doesnt work.

 ./CCMpred/bin/ccmpred  -t 28 ./TLN2_HUMAN.aln ./TLN2_HUMAN.ccmpred
 _____ _____ _____               _
|     |     |     |___ ___ ___ _| |
|   --|   --| | | | . |  _| -_| . |
|_____|_____|_|_|_|  _|_| |___|___|
                  |_|

using CPU (28 thread(s))

ERROR: ERROR: Not enough memory to allocate variables!

TLN2_HUMAN,aln has 21327 rows ,and the sequence's length is 2224.

croth1 commented 4 years ago

related to: https://github.com/soedinglab/CCMpred/issues/17. Unfortunately, there is nobody developing CCMpred anymore, so the support I can provide is very limited.