Skip to content

Commit c17d9ad

Browse files
authored
Corrected the intermediate files not deleted issue (#800)
1 parent 77a8204 commit c17d9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colabfold/mmseqs/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def main():
537537
for seq in query_sequences:
538538
with args.base.joinpath(f"{id}.a3m").open("r") as f:
539539
unpaired_msa.append(f.read())
540-
if args.af3_json:
540+
if args.unpack:
541541
args.base.joinpath(f"{id}.a3m").unlink()
542542

543543
if args.use_env_pairing:

0 commit comments

Comments
 (0)