fix: tnt format

This commit is contained in:
kuoi 2023-10-11 21:49:54 +08:00
parent bbbf71374c
commit 247224a3e4
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ void writeTnt(class Sample sam, char* otn) {
for (unsigned int i = 0; i < sam.ntax; i++) {
matrixfile << sam.taxas[i] << "\t" << sam.chars[i] << endl;
}
matrixfile << "proc / ;" << endl;
matrixfile << "\n;\nproc / ;" << endl;
matrixfile.close();
}