You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
First, it asks for technical replicate files which end with _n.txt, being n the number of technical replicate.
It is also related with how paths and file names are formed in the code. In lines such as:
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.
The text was updated successfully, but these errors were encountered: