cansyl / ECPred

GNU General Public License v3.0
15 stars 7 forks source link

train the model from scratch #9

Closed dsaeedeh closed 1 year ago

dsaeedeh commented 1 year ago

I want to train the model on my own dataset. I could not find the training part of the model. Could you please help me with how I can train the model from scratch? Thanks.

alperendalkiran commented 1 year ago

I am afraid training from scratch is not possible. However, I found the source of the error. libidn11 should be installed on your computer. First, you need to download it using the following command, wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn/libidn11_1.33-2.2ubuntu2_amd64.deb then you can install it with this command, sudo dpkg -i libidn11_1.33-2.2ubuntu2_amd64.deb Now you should be able to get predictions for the sample.fasta. Please let me know if you have further questions.

dsaeedeh commented 1 year ago

Thanks for your help. It works now! I'll put the link to your solution in the previous issue for future reference.