Skip to content

Commit ed5f7cd

Browse files
authored
Merge pull request #84 from roccomoretti/no_io_for_af3_excluded
docs: Fix location of AF3_EXCLUDED_LIGANDS_REGEX
2 parents b5bc56c + 5aaef9c commit ed5f7cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mirrors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Next we need to use the metadata to configure a dataset that we would like to sa
8282
Here's a simple example that:
8383

8484
* Filters to D-polypeptide and L-polypeptide chains only (`POLYPEPTIDE_D` and `POLYPEPTIDE_L` -- to include additional chain types, replace the lists with the appropriate IDs (see [mapping](./src/atomworks/enums.py#L31-L45) in comments).
85-
* Excludes ligands in the AF3 list of excluded ligands, available at [`atomworks.io.constants.AF3_EXCLUDED_LIGANDS_REGEX`](./src/atomworks/constants.py#L350).
85+
* Excludes ligands in the AF3 list of excluded ligands, available at [`atomworks.constants.AF3_EXCLUDED_LIGANDS_REGEX`](./src/atomworks/constants.py#L350).
8686

8787
.. code-block:: yaml
8888

0 commit comments

Comments
 (0)