Skip to content
Snippets Groups Projects
Commit dcec9763 authored by stefan's avatar stefan
Browse files

Fixed AlignmentHandle (replace region)

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2231 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 98e1a28b
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ void AlignmentHandle::Replace(const AlignedRegion& aln_r, int start, int end){ ...@@ -174,7 +174,7 @@ void AlignmentHandle::Replace(const AlignedRegion& aln_r, int start, int end){
"to share the same number of sequences"); "to share the same number of sequences");
} }
int aln_rStart=aln_r.GetStart(); int aln_rStart=aln_r.GetStart();
int aln_rEnd=aln_r.GetEnd(); int aln_rEnd=aln_r.GetEnd()-1;
AlignmentHandle aln=aln_r.GetAlignmentHandle(); AlignmentHandle aln=aln_r.GetAlignmentHandle();
//iterate over sequences and replace part of sequences with the substrings //iterate over sequences and replace part of sequences with the substrings
//from aligned region //from aligned region
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment