Skip to content

Commit 3ba01d1

Browse files
committed
fixed email for Clarify help text for pdb_seqres_database_path parameter
1 parent 020cd6d commit 3ba01d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_alphafold.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ class ModelsToRelax(enum.Enum):
9090
flags.DEFINE_string('pdb70_database_path', None, 'Path to the PDB70 '
9191
'database for use by HHsearch.')
9292
flags.DEFINE_string('pdb_seqres_database_path', None, 'Path to the PDB '
93-
'seqres database for use by hmmsearch.')
93+
'seqres database file for use by hmmsearch (provide the specific '
94+
'filename, not just the directory).')
9495
flags.DEFINE_string('template_mmcif_dir', None, 'Path to a directory with '
9596
'template mmCIF structures, each named <pdb_id>.cif')
9697
flags.DEFINE_string('max_template_date', None, 'Maximum template release date '

0 commit comments

Comments
 (0)