]> git.donarmstrong.com Git - mothur.git/blobdiff - cooccurrencecommand.cpp
added threshold parameter to make.contigs command.
[mothur.git] / cooccurrencecommand.cpp
index 9d298fb0af7e3910857d0c6f2d6f7c9d0b2d2a41..e4c915d6a14e4a9755a17d64c073fdda1440803b 100644 (file)
@@ -549,7 +549,7 @@ int CooccurrenceCommand::getCooccurrence(vector<SharedRAbundVector*>& thisLookUp
         
         m->mothurOut("zscore: " + toString(zscore)); m->mothurOutEndLine();
         m->mothurOut("standard deviation: " + toString(sd)); m->mothurOutEndLine();
-        out << metric << '\t' << thisLookUp[0]->getLabel() << '\t' << nullMean << '\t' << zscore '\t' << sd << endl;
+        out << metric << '\t' << thisLookUp[0]->getLabel() << '\t' << nullMean << '\t' << zscore << '\t' << sd << endl;
         
         return 0;
     }