We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020cd6d commit 3ba01d1Copy full SHA for 3ba01d1
run_alphafold.py
@@ -90,7 +90,8 @@ class ModelsToRelax(enum.Enum):
90
flags.DEFINE_string('pdb70_database_path', None, 'Path to the PDB70 '
91
'database for use by HHsearch.')
92
flags.DEFINE_string('pdb_seqres_database_path', None, 'Path to the PDB '
93
- 'seqres database for use by hmmsearch.')
+ 'seqres database file for use by hmmsearch (provide the specific '
94
+ 'filename, not just the directory).')
95
flags.DEFINE_string('template_mmcif_dir', None, 'Path to a directory with '
96
'template mmCIF structures, each named <pdb_id>.cif')
97
flags.DEFINE_string('max_template_date', None, 'Maximum template release date '
0 commit comments