File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ Tree *best_core(BestConfig *bo)
119
119
/* mask alignment */
120
120
ma_apply_mask (bo -> ma ); /* aply MASKSEQ and eliminate columns consisting of only gaps */
121
121
ma_filter (bo -> ma , bo -> is_collapse_splice , bo -> qual_thres , bo -> is_mask_lss );
122
+
122
123
tma = ma_trans_align (bo -> ma , 0 );
123
124
if (tma == 0 ) {
124
125
fprintf (stderr , "<best_core> fail to translate the alignment. Is it a valid coding alignment?\n" );
@@ -278,9 +279,6 @@ Tree *best_core(BestConfig *bo)
278
279
if (bo -> is_phyml ) {
279
280
write_tmp_tree (bo -> prefix , ".phyml-aa.nhx" , t_phyml_aa );
280
281
write_tmp_tree (bo -> prefix , ".phyml-nt.nhx" , t_phyml_nt );
281
- } else {
282
- write_tmp_tree (bo -> prefix , ".phyml-aa.nhx" , t_nj_dn );
283
- write_tmp_tree (bo -> prefix , ".phyml-nt.nhx" , t_nj_mm );
284
282
}
285
283
write_tmp_tree (bo -> prefix , ".nj-dn.nhx" , t_nj_dn );
286
284
write_tmp_tree (bo -> prefix , ".nj-ds.nhx" , t_nj_ds );
You can’t perform that action at this time.
0 commit comments