Skip to content

Commit

Permalink
update to PAM file when using crisprme web-interface command
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelecancellieri committed Jul 8, 2022
1 parent ffef42c commit e0f46b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/main_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e0f46b5

Please sign in to comment.