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 be9ef96 commit 733bee3Copy full SHA for 733bee3
GMXMMPBSA/API.py
@@ -41,7 +41,7 @@
41
import os
42
from types import SimpleNamespace
43
44
-from GMXMMPBSA.utils import emapping, flatten
+from GMXMMPBSA.utils import emapping, flatten, mask2list
45
46
47
def _remove_empty_charts(data):
@@ -867,6 +867,7 @@ def _get_namespace(app, tfile):
867
output_file = app.output_file
868
decomp_output_file = app.decomp_output_file if app.INPUT['decomprun'] else None
869
size = app.size
870
+ app.resl = mask2list(app.FILES.complex_fixed, app.INPUT['receptor_mask'], app.INPUT['ligand_mask'])
871
872
INFO = {'COM_PDB': com_pdb,
873
'input_file': input_file,
0 commit comments