Update app.py
Browse files
app.py
CHANGED
@@ -92,9 +92,9 @@ def main(input_file_path, species, default_dataset):
|
|
92 |
print(dir_path)
|
93 |
print(model_loc)
|
94 |
|
95 |
-
# Verify adata_path is not None
|
96 |
-
if input_file_path is None or not os.path.exists(input_file_path):
|
97 |
-
|
98 |
|
99 |
# Construct the command
|
100 |
command = [
|
|
|
92 |
print(dir_path)
|
93 |
print(model_loc)
|
94 |
|
95 |
+
# # Verify adata_path is not None
|
96 |
+
# if input_file_path is None or not os.path.exists(input_file_path):
|
97 |
+
# raise ValueError(f"Invalid adata_path: {input_file_path}. Please check if the file exists.")
|
98 |
|
99 |
# Construct the command
|
100 |
command = [
|