X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pintail.h;h=92c399889c3be0aa0e552fe296612eb336bc8168;hp=7164842106d7b61d36883b351167163aeb4e878a;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=fdc1f6eaf544f695fc1511f24bddd7e6069c33ba diff --git a/pintail.h b/pintail.h index 7164842..92c3998 100644 --- a/pintail.h +++ b/pintail.h @@ -28,13 +28,13 @@ class Pintail : public Chimera { ~Pintail(); int getChimeras(Sequence*); - int print(ostream&, ostream&); + Sequence print(ostream&, ostream&); void setCons(string c) { consfile = c; } void setQuantiles(string q) { quanfile = q; } #ifdef USE_MPI - int print(MPI_File&, MPI_File&); + Sequence print(MPI_File&, MPI_File&); #endif private: @@ -66,7 +66,7 @@ class Pintail : public Chimera { float DE; //DE is the deviaation for query vector probabilityProfile; vector< vector > quantiles; //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2... - vector< vector > quantilesMembers; //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2... + vector< vector > quantilesMembers; //quantiles[0] is the vector of deviations with ceiling score of 1, quantiles[1] is the vector of deviations with ceiling score of 2... set h; string mergedFilterString;