Skip to content

Commit

Permalink
fix: remove temporary pdb folder
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoz committed Sep 13, 2023
1 parent 54ecb43 commit b88c84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proteinflow/split/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def _run_foldseek(data_folder, tmp_folder, min_seq_id):
"1",
]
subprocess.run(args)
subprocess.run(["rm", "-r", os.path.join(tmp_folder, folder, "tmp")])


def _read_clusters(tmp_folder, cdr=None):
Expand Down

0 comments on commit b88c84c

Please sign in to comment.