diff --git a/run_alphafold.py b/run_alphafold.py index 86a629d9e..21876db35 100644 --- a/run_alphafold.py +++ b/run_alphafold.py @@ -90,7 +90,8 @@ class ModelsToRelax(enum.Enum): flags.DEFINE_string('pdb70_database_path', None, 'Path to the PDB70 ' 'database for use by HHsearch.') flags.DEFINE_string('pdb_seqres_database_path', None, 'Path to the PDB ' - 'seqres database for use by hmmsearch.') + 'seqres database file for use by hmmsearch (provide the specific ' + 'filename, not just the directory).') flags.DEFINE_string('template_mmcif_dir', None, 'Path to a directory with ' 'template mmCIF structures, each named .cif') flags.DEFINE_string('max_template_date', None, 'Maximum template release date '