-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I tried to populate the DB with the command:
python3 main.py populateDB --info_file ../../Desktop/local_thesis_files/yml_files/study_information.yml
The study_information.yml contained these directories for files:
value: /Users/julia/Desktop/local_thesis_files/BT_mucin_RNAseq_3.txt
I got the following error (which started a cascade or errors):
ls: /Users/julia/Desktop/local_thesis_files/BT_mucin_RNAseq_3.txt/: Not a directory
This was because I tried to populate a single file that was not contained in a directory. The code expects a directory, even if it only contains 1 file, for the moment.
Metadata
Metadata
Assignees
Labels
No labels