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

remove debug output

parent b2e9c581
Branches
Tags
No related merge requests found
......@@ -69,7 +69,6 @@ def _ParseTmAlign(lines,lines_matrix):
alignment = seq.CreateAlignment()
alignment.AddSequence(seq2)
alignment.AddSequence(seq1)
print aln_length
return ost.bindings.TMAlignResult(rmsd, tm_score, aln_length, tf, alignment)
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