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 downloading library files
Re: Error downloading library files
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: $!"; ".