Entering edit mode
4.7 years ago
yueli7
▴
250
Hello,
I tried to unzip the files.
Thanks in advance for any help!
Best,
Yue
$ unzip TAM677A1_S2_L008_I1_001.fastq.gz.1
Archive: TAM677A1_S2_L008_I1_001.fastq.gz.1
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of TAM677A1_S2_L008_I1_001.fastq.gz.1 or
TAM677A1_S2_L008_I1_001.fastq.gz.1.zip, and cannot find TAM677A1_S2_L008_I1_001.fastq.gz.1.ZIP, period.
Two reason I am guessing for this: 1: Either you tried downloading multiple times this same file. In that case just rename TAM677A1_S2_L008_I1_001.fastq.gz.1 to TAM677A1_S2_L008_I1_001.fastq.gz and than gunzip this file
2: Maybe this is just a part of file. your file was uncomplete or downloaded one file from a multiple source
Hello, devarora,
Thank you so much for your suggestion!
Thank You!
Yue
First you need to change the name:
mv TAM677A1_S2_L008_I1_001.fastq.gz.1 TAM677A1_S2_L008_I1_001.fastq.gz
Then use gunzipgunzip TAM677A1_S2_L008_I1_001.fastq.gz
Hello, gb,
Thank you so much for your suggestion!
Thank You!
Yue
You can also use
gunzip file_name
.Correct me if I am wrong, but I think only this works:
gunzip -S ".1" file_name
EDIT:
It the file indeed has a
.1
. That probably shows that the file may have been downloded multiple times, as hinted by @devarora above.Hello, gb,
Finally this works!
Thank you!
Yue
Hello, genomax,
Thank you so much for your suggestion!
Thank You!
Yue