Skip to content

Commit

Permalink
fix incorrect uniref runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ma595 committed Nov 14, 2023
1 parent d6e9f52 commit 5b13af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphafold/data/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self,
binary_path=jackhmmer_binary_path,
database_path=small_bfd_database_path)
else:
self.hhblits_bfd_uniclust_runner = hhblits.HHBlits(
self.hhblits_bfd_uniref_runner = hhblits.HHBlits(
binary_path=hhblits_binary_path, n_cpu=self.n_cpu,
databases=[bfd_database_path, uniref30_database_path])
self.jackhmmer_mgnify_runner = jackhmmer.Jackhmmer(
Expand Down

0 comments on commit 5b13af2

Please sign in to comment.