Skip to content

Commit

Permalink
added the new homoplasy merging
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotred committed Mar 6, 2023
1 parent 472cf43 commit 7643b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io_lib/tree_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -8493,7 +8493,7 @@ int graph_align (int mode,Alignment *A,int **pos,int *lu, Sequence *S, ALNcol***
for (c=ms; c<=me; c++)cgraph[clen++]=mgraph[c];
for (c=ss; c<=se; c++)cgraph[clen++]=sgraph[c];
}
else if (mode==1)//align consencus
else if (mode==1)//align consensus
{
int c, p;
Alignment *SA;
Expand Down

0 comments on commit 7643b01

Please sign in to comment.