Skip to content

Commit

Permalink
add solvents kwarg to build_universe under top-level function
Browse files Browse the repository at this point in the history
  • Loading branch information
cadeduckworth authored and orbeckst committed Jul 4, 2023
1 parent 76b96d4 commit 10922e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdpow/workflows/dihedrals.py
Expand Up @@ -845,7 +845,7 @@ def automated_dihedral_analysis(dirname, resname,
start=0, stop=100, step=10)
'''

u = build_universe(dirname=dirname)
u = build_universe(dirname=dirname, solvents=solvents)
mol, solute = rdkit_conversion(u=u, resname=resname)
atom_indices = get_atom_indices(mol=mol, SMARTS=SMARTS)
bond_indices = get_bond_indices(mol=mol, atom_indices=atom_indices)
Expand Down

0 comments on commit 10922e8

Please sign in to comment.