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
Dear Sir
When i run "src/preprocess.py check -i data/tsvs" ,get an error ,as follow:
"Traceback (most recent call last):
File "src/preprocess.py", line 60, in
loader = DataLoader(path=args.input_dir)
File "/home/dell/ljh/database/ONN4MST/src/dp_utils.py", line 163, in init
paths = self.get_file_paths(path, ftype)
File "/home/dell/ljh/database/ONN4MST/src/dp_utils.py", line 173, in get_file_paths
if tsv.endswith(ftype)] for biome_dir in biome_dirs]
File "/home/dell/ljh/database/ONN4MST/src/dp_utils.py", line 173, in
if tsv.endswith(ftype)] for biome_dir in biome_dirs]
NotADirectoryError: [Errno 20] Not a directory: 'data/tsvs/HumanSamplesOTUs.tar.gz'"
And running the subsequent sample code gets the same error "NotADirectoryError".What's going wrong?
Yours
The text was updated successfully, but these errors were encountered:
Dear Sir
When i run "src/preprocess.py check -i data/tsvs" ,get an error ,as follow:
File "src/preprocess.py", line 60, in
loader = DataLoader(path=args.input_dir)
File "/home/dell/ljh/database/ONN4MST/src/dp_utils.py", line 163, in init
paths = self.get_file_paths(path, ftype)
File "/home/dell/ljh/database/ONN4MST/src/dp_utils.py", line 173, in get_file_paths
if tsv.endswith(ftype)] for biome_dir in biome_dirs]
File "/home/dell/ljh/database/ONN4MST/src/dp_utils.py", line 173, in
if tsv.endswith(ftype)] for biome_dir in biome_dirs]
NotADirectoryError: [Errno 20] Not a directory: 'data/tsvs/HumanSamplesOTUs.tar.gz'"
Yours
The text was updated successfully, but these errors were encountered: