Closed azmfaridee closed 11 years ago
If you are going to output the OTU labels be sure to use the labels from m->currentBinLabels. They are set when the sharedRabundVector class reads the shared file. Other than that, I will defer to Kathryn's expertise as to what kind of output would be most helpful to users.
That output looks good.
So far we have been printing the output in stdout, we need to be able to write the output of the algorithm to an output file just like other mothur commands.
@kdiverson @mothur-westcott Can you give me an idea about this?
Out current debugging output that we print to stdout is somewhat like this
We need to design the format of the output file for this case. I'm thinking of a summary message followed by two column data. e.g.
@kdiverson @mothur-westcott What do you think? Anything else we need to add in the output file. Also, I think each of the runs with different parameters would be different, therefore, re-using the output result from a previous runs wold be unnecessary (e.g. the forest created with log based criteria and the forest created with square-root based criteria would be different, and there would be no way to use one runs data for another run)