X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=collectcommand.h;h=773bdae5c1d0b71bdad01e4403d3af3702274e70;hb=df1ea5f2151b9334c471bf4310f78f51bba098be;hp=10894e7218b5d2d607f2c0fa931f7c10a0f6146d;hpb=f37a59b81c339f574d97042ff6e364146feb457a;p=mothur.git diff --git a/collectcommand.h b/collectcommand.h index 10894e7..773bdae 100644 --- a/collectcommand.h +++ b/collectcommand.h @@ -50,12 +50,17 @@ private: Collect* cCurve; ValidCalculators* validCalculator; vector cDisplays; - int freq, abund, size; + int abund, size; + float freq; bool abort, allLines; set labels; //holds labels to be used - string label, calc; + string label, calc, outputDir; vector Estimators; + vector inputFileNames; + vector groups; + + vector parseSharedFile(string); };