diff --git a/modules/bindings/pymod/tmtools.py b/modules/bindings/pymod/tmtools.py index 294da0e50ff29a1e13839287ddead4445ca7c062..818c9c5558ba4991c08d344e3ff8a6e51f063e97 100644 --- a/modules/bindings/pymod/tmtools.py +++ b/modules/bindings/pymod/tmtools.py @@ -153,7 +153,7 @@ def _ParseMmAlign(lines): alignment = seq.CreateAlignment() alignment.AddSequence(seq2) alignment.AddSequence(seq1) - return MMAlignResult(rmsd, aln_length, tm_score, tf, seq2, alignment) + return MMAlignResult(rmsd, tm_score, aln_length, tf, seq2, alignment) def _RunMmAlign(mmalign, tmp_dir): model1_filename=os.path.join(tmp_dir, 'model01.pdb')