fix: tnt format
This commit is contained in:
parent
bbbf71374c
commit
247224a3e4
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue