]> git.donarmstrong.com Git - mothur.git/blobdiff - decalc.cpp
added versioning info to all shortcut files mothur makes.
[mothur.git] / decalc.cpp
index 2e214bffe969181c9f83061edc69a491610fe8a8..94b6c938009bb412ad62420bf6dfea2b6428e6e7 100644 (file)
@@ -295,6 +295,8 @@ vector<float> DeCalculator::calcFreq(vector<Sequence*> seqs, string filename) {
                
                openOutputFile(freqfile, outFreq);
                
+               outFreq << "#" << m->getVersion() << endl;
+               
                string length = toString(seqs.size());  //if there are 5000 seqs in the template then set precision to 3
                int precision = length.length() - 1;