Page 1 of 1

download_lib.pl

Posted: Sat Aug 28, 2021 4:25 pm
by Irin Sultana
I have downloaded the package of I-TASSER5.1. According to the instruction, I was trying to download the library but am having following issue:

cmd: ./download_lib.pl -libdir ITLIB -P true -B true -N true

error: System call failed: at ./download_lib.pl line 102.

Possibly the connection of nr database has been closed. Further i have tried to download it seperately to test the issue. But still i failed.
[Connecting to zhanglab.ccmb.med.umich.edu (zhanglab.ccmb.med.umich.edu)|141.213.137.249|21:... failed:Connection refused.]
Can anyone help me to solve that?[][/img]

Thank you and looking forward to the response.

Re: download_lib.pl

Posted: Sat Aug 28, 2021 11:58 pm
by xiaogenz
This is because you are using a old script. Please change the line 102 to "system("wget -o log -c http://zhanglab.dcmb.med.umich.edu/library/nr.tar.gz") == 0 or die "System call failed: $!"; ".

Re: download_lib.pl

Posted: Sun Aug 29, 2021 4:50 am
by Irin Sultana
That's great! It's working now. Thanks.