You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an error when trying to calculate sidechains torsions and backbone ca distances;
Traceback (most recent call last):
File "/pensa/scripts/compare_feature_distributions.py", line 165, in
names, ssi = workflow_torsions_ssi(args, feat_a, feat_b, data_a, data_b, tors='bb')
File "/pensa/scripts/compare_feature_distributions.py", line 102, in workflow_torsions_ssi
verbose=False, override_name_check=args.override_name_check)
TypeError: ssi_ensemble_analysis() got an unexpected keyword argument 'torsions'
then i am only getting the BB torsions with the strongest deviations calculated with (JSD) and (KSS), no sidechain torsions or backbone ca distances were printed.
Thanks.
The text was updated successfully, but these errors were encountered:
This should be fixed in the updated (and significantly changed) script. No keyword named torsions is used there anymore afaik.
If there is a problem with the new script, please open a new issue.
I am having an error when trying to calculate sidechains torsions and backbone ca distances;
Traceback (most recent call last):
File "/pensa/scripts/compare_feature_distributions.py", line 165, in
names, ssi = workflow_torsions_ssi(args, feat_a, feat_b, data_a, data_b, tors='bb')
File "/pensa/scripts/compare_feature_distributions.py", line 102, in workflow_torsions_ssi
verbose=False, override_name_check=args.override_name_check)
TypeError: ssi_ensemble_analysis() got an unexpected keyword argument 'torsions'
then i am only getting the BB torsions with the strongest deviations calculated with (JSD) and (KSS), no sidechain torsions or backbone ca distances were printed.
Thanks.
The text was updated successfully, but these errors were encountered: