Skip to content
Snippets Groups Projects
Commit 7e5d60c8 authored by Marco Biasini's avatar Marco Biasini
Browse files

fix broken clustalw binding

parent 26a7a3ac
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ def ClustalW(seq1, seq2=None, clustalw=None, keep_files=False):
for seq_num,aln_seq in enumerate(aln.sequences):
if aln_seq.GetName()==sequence.GetName():
break
aln.SetSequenceOffset(seq_num,sequence.GetSequenceOffset())
aln.SetSequenceOffset(seq_num,sequence.offset)
if sequence.HasAttachedView():
aln.AttachView(seq_num,sequence.GetAttachedView().Copy())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment