Skip to content

Commit

Permalink
Correct mgnify clusters filename.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 386841647
Change-Id: Ie3ad390fc4b53b839f15c01f3b24bd25c77578b6
  • Loading branch information
DeepMind authored and Copybara-Service committed Jul 26, 2021
1 parent d3a4eef commit 20a7057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $DOWNLOAD_DIR/ # Total: ~ 2.2 TB (download: 438 GB)
bfd/ # ~ 1.7 TB (download: 271.6 GB)
# 6 files.
mgnify/ # ~ 64 GB (download: 32.9 GB)
mgy_clusters_2018_08.fa
mgy_clusters_2018_12.fa
params/ # ~ 3.5 GB (download: 3.5 GB)
# 5 CASP14 models,
# 5 pTM models,
Expand Down
2 changes: 1 addition & 1 deletion docker/run_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

# Path to the MGnify database for use by JackHMMER.
mgnify_database_path = os.path.join(
DOWNLOAD_DIR, 'mgnify', 'mgy_clusters_2018_08.fa')
DOWNLOAD_DIR, 'mgnify', 'mgy_clusters_2018_12.fa')

# Path to the BFD database for use by HHblits.
bfd_database_path = os.path.join(
Expand Down

0 comments on commit 20a7057

Please sign in to comment.