I have performed a limited mutation scan of a homodimer using a position list and the "--no-multimers" option to prevent simultaneous mutations on each chain. I am trying to plot ddg distributions and heatmaps, using the -q option to specify the position list and the -M flag for no multimers. This gives me the following error:
ERROR: Couldn't open energy file results/interface_ddgs/final_averages/A-B//('VA17',) or file in the wrong format
Without the -M flag I get the following error:
ERROR: Couldn't open energy file results/interface_ddgs/final_averages/A-B//VA17_VB17 or file in the wrong format
Not sure what's happening but it seems like with the -M option it is parsing the position names with parentheses and single quotes. I did not get this error using ddg2pca with the same options. It completed normally.