Skip to content
Snippets Groups Projects
Commit e25b4c70 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

remove debug output

parent b2e9c581
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,6 @@ def _ParseTmAlign(lines,lines_matrix): ...@@ -69,7 +69,6 @@ def _ParseTmAlign(lines,lines_matrix):
alignment = seq.CreateAlignment() alignment = seq.CreateAlignment()
alignment.AddSequence(seq2) alignment.AddSequence(seq2)
alignment.AddSequence(seq1) alignment.AddSequence(seq1)
print aln_length
return ost.bindings.TMAlignResult(rmsd, tm_score, aln_length, tf, alignment) return ost.bindings.TMAlignResult(rmsd, tm_score, aln_length, tf, alignment)
def _RunTmAlign(tmalign, tmp_dir): def _RunTmAlign(tmalign, tmp_dir):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment