Skip to content

Commit

Permalink
Fix cluster file loading bug in pdb_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored May 19, 2024
1 parent 5f8e018 commit 7c8b747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphein/ml/datasets/pdb_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ def cluster(

# Read FASTA
df = self.from_fasta(
ids="chain", filename=str(self.root_dir / cluster_fname)
ids="chain", filename=str(cluster_fname)
)
if update:
self.df = df
Expand Down

0 comments on commit 7c8b747

Please sign in to comment.