Skip to content

Commit

Permalink
Update Calculate Distance Map.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent ccf0593 commit ee42159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper_scripts/Calculate Distance Map.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def process_pdb_files(input_folder, output_folder):
pool.map(process_single_file, files_to_process)

if __name__ == '__main__':
input_folder = 'F:/Desktop/PDB'
output_folder = 'F:/Desktop/contact'
input_folder = 'PDB'
output_folder = 'contact'
process_pdb_files(input_folder, output_folder)

0 comments on commit ee42159

Please sign in to comment.