X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=chimeraslayer.h;h=7bf663afeadeb3517daf4f9bfa25135fbf872cab;hp=ef7b3c3c4fb46efa313aa9b03b7fcbc84489c497;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=4e4d3cb3315fe25b40383c6f65cd6be23f58903d diff --git a/chimeraslayer.h b/chimeraslayer.h index ef7b3c3..7bf663a 100644 --- a/chimeraslayer.h +++ b/chimeraslayer.h @@ -24,8 +24,9 @@ class ChimeraSlayer : public Chimera { public: - ChimeraSlayer(string, string, bool, string, int, int, int, int, float, int, int, int, int, int, int, int, int, bool, string); - ChimeraSlayer(string, string, bool, map&, string, int, int, int, int, float, int, int, int, int, int, int, int, int, bool, string); + ChimeraSlayer(string, string, bool, string, int, int, int, int, float, int, int, int, int, int, int, int, int, bool, string, int); + ChimeraSlayer(string, string, bool, map&, string, int, int, int, int, float, int, int, int, int, int, int, int, int, bool, string, int); + ChimeraSlayer(string, string, bool, map&, string, int, int, int, int, float, int, int, int, int, int, int, int, int, bool, string, int, bool); ~ChimeraSlayer(); @@ -39,7 +40,7 @@ class ChimeraSlayer : public Chimera { #ifdef USE_MPI Sequence print(MPI_File&, MPI_File&); - Sequence print(MPI_File&, MPI_File&, data_results, data_results); + Sequence print(MPI_File&, MPI_File&, data_results, data_results, bool&); #endif private: @@ -50,7 +51,7 @@ class ChimeraSlayer : public Chimera { Database* databaseLeft; map priority; //for template=self, seqname, seqAligned, abundance set chimericSeqs; //for template=self, so we don't add chimeric sequences to the userTemplate set - int numNoParents; + int numNoParents, threadID; vector chimeraResults; data_results printResults;