From e0f46b5e91f049e1ab82f1108cefe7c10eb8d867 Mon Sep 17 00:00:00 2001 From: Samuele Cancellieri <32717860+samuelecancellieri@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:04:41 +0200 Subject: [PATCH] update to PAM file when using crisprme web-interface command --- pages/main_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/main_page.py b/pages/main_page.py index b395ec9..c6f9d65 100755 --- a/pages/main_page.py +++ b/pages/main_page.py @@ -979,7 +979,7 @@ def change_url( current_working_directory, ANNOTATIONS_DIR, annotation_name ) pam_file = os.path.join( - app_main_directory, PAMS_DIR, f"{pam}.txt" + current_working_directory, PAMS_DIR, f"{pam}.txt" ) samples_ids = os.path.join(result_dir, SAMPLES_FILE_LIST) postprocess = os.path.join(app_main_directory, POSTPROCESS_DIR)