Commit 20a70577 authored by DeepMind's avatar DeepMind Committed by Copybara-Service
Browse files

Correct mgnify clusters filename.

PiperOrigin-RevId: 386841647
Change-Id: Ie3ad390fc4b53b839f15c01f3b24bd25c77578b6
parent d3a4eefd
...@@ -95,7 +95,7 @@ $DOWNLOAD_DIR/ # Total: ~ 2.2 TB (download: 438 GB) ...@@ -95,7 +95,7 @@ $DOWNLOAD_DIR/ # Total: ~ 2.2 TB (download: 438 GB)
bfd/ # ~ 1.7 TB (download: 271.6 GB) bfd/ # ~ 1.7 TB (download: 271.6 GB)
# 6 files. # 6 files.
mgnify/ # ~ 64 GB (download: 32.9 GB) 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) params/ # ~ 3.5 GB (download: 3.5 GB)
# 5 CASP14 models, # 5 CASP14 models,
# 5 pTM models, # 5 pTM models,
......
...@@ -57,7 +57,7 @@ uniref90_database_path = os.path.join( ...@@ -57,7 +57,7 @@ uniref90_database_path = os.path.join(
# Path to the MGnify database for use by JackHMMER. # Path to the MGnify database for use by JackHMMER.
mgnify_database_path = os.path.join( 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. # Path to the BFD database for use by HHblits.
bfd_database_path = os.path.join( bfd_database_path = os.path.join(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment