mahmoodlab / Patch-GCN

Context-Aware Survival Prediction using Patch-based Graph Convolutional Networks - MICCAI 2021
http://mahmoodlab.org
GNU General Public License v3.0
116 stars 29 forks source link

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

Closed yuanpinz closed 2 years ago

yuanpinz commented 2 years ago

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.

Richarizardd commented 2 years ago

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.

Raymvp commented 1 year ago

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