]> git.donarmstrong.com Git - mothur.git/blobdiff - collectdisplay.h
added fasta, qfile, trim, accnos and sfftxt parameter to sffinfo command. added...
[mothur.git] / collectdisplay.h
index 15cc5a75a1f32edac6d234ea934ceffdad608301..d33efe9792332902559d4a600bc3c5581b557185 100644 (file)
@@ -72,14 +72,19 @@ public:
                        output->output(numSeqs, groupData);     
                }
        };
-       
+                                                                       
        void init(string s)             {       output->initFile(s);    };
        void reset()                    {       output->resetFile();    };
        void close()                    {       output->resetFile();    };
        void setAll(bool a)             {       all = a;                                }
        bool getAll()                   {       return all;                             }
        
-       bool isCalcMultiple() { return estimate->getMultiple(); }
+       
+       bool isCalcMultiple()   { return estimate->getMultiple(); }
+       bool hasLciHci()        {
+               if (estimate->getCols() == 3) { return true; } 
+               else{ return false; } 
+       }
        
        string getName()        {  return estimate->getName();  }