-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi André,
I have also came across problem when running the pipeline. I have downloaded the processed data from zenodo.
The directory structure is subfolder_per_sample. For example, in the processed/20200728_NL6699/tiffs directory, there are files:
20200728_NL6699-01_full_mask.tiff
20200728_NL6699-02_full_mask.tiff
20200728_NL6699-03_full_mask.tiff
20200728_NL6699-04_full_mask.tiff
20200728_NL6699-05_full_mask.tiff
20200728_NL6699-06_full_mask.tiff
20200728_NL6699-07_full_mask.tiff
20200728_NL6699-08_full_mask.tiff
And in the metadata directory, there is the file samples.csv, like this:
sample_name,wcmc_code,autopsy_code,acquisition_name,acquisition_date,acquisition_id,disease,organ,phenotypes,instrument,panel_annotation_file,panel_version,panel_file,observ
ations,mcd_file
20200728_NL6699,,S19-6699,20200728_NL6699,20200728,NL6699,Healthy,Lung,Healthy,fluidigm_hyperion,metadata/panel_markers.COVID19-2.csv,,,,data/20200728_NL6699/20200728_NL6699
.mcd
However, when I run the command: python -u src/clinical.py, it returns:
"Could not find ROIs for any of the samples. Either pass metadata with one row per ROI, or set processed_dir in order for ROIs to be discovered, and make sure select the right project stucture with subfolder_per_sample. "
Could you kindly explain to me how to fix it? Thanks.
Peng