]> git.donarmstrong.com Git - mothur.git/blobdiff - collectdisplay.h
fixed bug with trim.seqs- when a file is blank for a grouping mothur removed it,...
[mothur.git] / collectdisplay.h
index 15cc5a75a1f32edac6d234ea934ceffdad608301..cf507f16a7d3ce960b3393ed1c751312c08b2094 100644 (file)
@@ -72,14 +72,20 @@ 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 calcNeedsAll()     { return estimate->getNeedsAll(); }
+       bool hasLciHci()        {
+               if (estimate->getCols() == 3) { return true; } 
+               else{ return false; } 
+       }
        
        string getName()        {  return estimate->getName();  }