Skip to content

Commit 2b254d4

Browse files
committed
Removed misleading intermediate files
1 parent 95809b9 commit 2b254d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

best.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Tree *best_core(BestConfig *bo)
119119
/* mask alignment */
120120
ma_apply_mask(bo->ma); /* aply MASKSEQ and eliminate columns consisting of only gaps */
121121
ma_filter(bo->ma, bo->is_collapse_splice, bo->qual_thres, bo->is_mask_lss);
122+
122123
tma = ma_trans_align(bo->ma, 0);
123124
if (tma == 0) {
124125
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)
278279
if (bo->is_phyml) {
279280
write_tmp_tree(bo->prefix, ".phyml-aa.nhx", t_phyml_aa);
280281
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);
284282
}
285283
write_tmp_tree(bo->prefix, ".nj-dn.nhx", t_nj_dn);
286284
write_tmp_tree(bo->prefix, ".nj-ds.nhx", t_nj_ds);

0 commit comments

Comments
 (0)