luoyunan / ECNet

An evolutionary context-integrated deep learning framework for protein engineering
BSD 3-Clause "New" or "Revised" License
60 stars 16 forks source link

How to use CCMpred to generate braw files? #6

Open geqj opened 2 years ago

geqj commented 2 years ago

Hello, I have a question to ask you, when I used ccmpred example.psc example.mat -b example.braw -d 0 command to generate braw file, there was an error. Error: unknown option b at argument index 22 So I can't generate my own braw file. I installed it on GitHub by CCMpred. How did you generate the braw file? Any thoughts would be greatly appreciated! Thanks.

luoyunan commented 2 years ago

To generate the braw file, you need to install CCMPred from it's latest push rather than the release. You may also need to install the msgpack package on your system. Please review Step 1 in our installation guide in the README. Also see #4

geqj commented 2 years ago

Thank you very much for your timely answer to my question. Now my question has been solved. Thank you again.

whitene commented 1 year ago

To generate the braw file, you need to install CCMPred from it's latest push rather than the release. You may also need to install the msgpack package on your system. Please review Step 1 in our installation guide in the README. Also see #4

Thank you,I remembered that I ran these two commands at that time, but there was a problem. But now,I run it again.It succeeded.