Skip to content

Commit 0b3e608

Browse files
committed
always output the SU alignment
1 parent f0e3ff4 commit 0b3e608

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main/phyloanalysis.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6319,6 +6319,10 @@ void runModelTamerAnalysis(Params &params, Checkpoint *checkpoint) {
63196319
delete orig_aln;
63206320
}
63216321

6322+
// write SU alignment to file
6323+
string su_file = (string)params.out_prefix + ".su_aln.phy";
6324+
alignment->printAlignment(IN_PHYLIP, su_file.c_str());
6325+
63226326
runPhyloAnalysis(params, checkpoint, tree, alignment, true);
63236327
alignment = tree->aln;
63246328
delete tree;

0 commit comments

Comments
 (0)