From 3ba01d101a7b2e4f68ca857e8d066d9581c6c0e9 Mon Sep 17 00:00:00 2001 From: prajwalc22 Date: Fri, 11 Apr 2025 08:30:06 +0530 Subject: [PATCH] fixed email for Clarify help text for pdb_seqres_database_path parameter --- run_alphafold.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '