Bug in I-TASSER-MD download_lib.pl

This forum is shown on the index page along with all topics.

Moderator: robpearc

SLarmadillo
Posts: 4
Joined: Thu Jan 12, 2023 12:15 pm

Bug in I-TASSER-MD download_lib.pl

Post by SLarmadillo »

The tar -zxvf in line 143 should be replaced with gzip -d.

like following:
system("gzip -d metaclust_2017_05.fasta.gz >log") == 0 or die "System call failed: $!";

or the download failed due to decompression errors

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
System call failed: at ./download_lib.pl line 143.
jlspzw
Posts: 232
Joined: Tue May 04, 2021 5:04 pm

Re: Bug in I-TASSER-MD download_lib.pl

Post by jlspzw »

Dear user,

Thank you for reporting the bug. We will fix the issue.

Best
IT Team
Post Reply