Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Molecule/apply link #241

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix documentation
  • Loading branch information
fgrunewald committed Mar 27, 2020
commit dfb7472871066f8bb560de0c70769fef0671154c
4 changes: 1 addition & 3 deletions vermouth/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,6 @@ def find_atoms(self, **attrs):

Parameters
----------
ignore_keys: list
List of keys to ignore from 'template_attributes'.
**attrs: collections.abc.Mapping
The attributes and their desired values

Expand Down Expand Up @@ -925,7 +923,7 @@ def apply_link_between_residues(self, link, resids):

Parameters
----------
link: :class:`vermouth.Molecule.Link`
link: :class:`vermouth.molecule.Link`
A vermouth link definition
resids: list
a list of node attributes used for link matching aside from
Expand Down