Error downloading library files

Ask, share, and solve problems with our support team.
norman
Posts: 1
Joined: Thu Sep 23, 2021 6:51 am

Error downloading library files

Post by norman »

I am attempting to download the library files but a 'system call failed' message pops up and is referencing line 102 in the /download_lib.pl script. Can anyone provide any assistance? A note, /home is just a link to my user, /mnt/c/Users/norma.

error.png
error.png (21.15 KiB) Viewed 3441 times
xiaogenz
Posts: 153
Joined: Sun Apr 25, 2021 12:02 am

Re: Error downloading library files

Post 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: $!"; ".
Post Reply