Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def main(input_file_path, species):
|
|
62 |
# Construct the command
|
63 |
command = [
|
64 |
'python',
|
65 |
-
'/home/user/app/eval_single_anndata.py',
|
66 |
'--adata_path', input_file_path,
|
67 |
'--dir', dir_path,
|
68 |
'--model_loc', model_loc
|
|
|
62 |
# Construct the command
|
63 |
command = [
|
64 |
'python',
|
65 |
+
'/home/user/app/UCE/eval_single_anndata.py',
|
66 |
'--adata_path', input_file_path,
|
67 |
'--dir', dir_path,
|
68 |
'--model_loc', model_loc
|