mahmoodlab/Patch-GCN

What's the difference between the two folders dataset_csv and datasets_csv?

yuanpinz opened this issue · 3 comments

What's the difference between the two folders dataset_csv and datasets_csv?

Also, unable to unzip the files in these two folders. When I tried the command "unzip tcga_blca_all_clean.csv.zip" I got error messages as:

Archive: tcga_blca_all_clean.csv.zip
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 tcga_blca_all_clean.csv.zip or
tcga_blca_all_clean.csv.zip.zip, and cannot find tcga_blca_all_clean.csv.zip.ZIP, period.

Hi @yuanpinz

When I was refactoring the codebase, I forgot to do "git rm ./dataset_csv". Apologies for the confusion. Renaming the folder for holding the "CSV datasets" as "datasets_csv" instead of "dataset_csv" would follow the naming convention of the other "datasets" folder.

Also, unable to unzip the files in these two folders. When I tried the command "unzip tcga_blca_all_clean.csv.zip" I got error messages as:

Archive: tcga_blca_all_clean.csv.zip 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 tcga_blca_all_clean.csv.zip or tcga_blca_all_clean.csv.zip.zip, and cannot find tcga_blca_all_clean.csv.zip.ZIP, period.

Do you solve it? I have the same question with you