Skip to content

Commit be10aad

Browse files
authored
Update cluster_pdb_train_mmcifs.py (#130)
1 parent b65acab commit be10aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cluster_pdb_train_mmcifs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def cluster_sequences_using_mmseqs2(
398398
output_db_filepath = os.path.join(output_dir, molecule_type, f"DB_{molecule_type}")
399399
tmp_output_dir = os.path.join(output_dir, molecule_type, "tmp")
400400
output_cluster_filepath = os.path.join(
401-
args.output_dir, molecule_type, f"DB_{molecule_type}_cluster.tsv"
401+
output_dir, molecule_type, f"DB_{molecule_type}_cluster.tsv"
402402
)
403403
os.makedirs(os.path.join(output_dir, molecule_type), exist_ok=True)
404404

0 commit comments

Comments
 (0)