X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimerauchimecommand.h;h=a7d5ad60435f753d088b441aa5b509bce1999808;hb=1e8d08e96f4fe99604a6b3502568de464bf60891;hp=36e4a39aae24570e6f6cb5965f19261f0b3c9b63;hpb=fd98ee6efb944d38bbd61fc36ea9fea2557e3830;p=mothur.git diff --git a/chimerauchimecommand.h b/chimerauchimecommand.h index 36e4a39..a7d5ad6 100644 --- a/chimerauchimecommand.h +++ b/chimerauchimecommand.h @@ -26,7 +26,7 @@ public: string getCommandName() { return "chimera.uchime"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); - string getCitation() { return "http://drive5.com/uchime/ \nhttp://www.mothur.org/wiki/Chimera.uchime"; } + string getCitation() { return "uchime by Robert C. Edgar\nhttp://drive5.com/uchime\nThis code is donated to the public domain.\nhttp://www.mothur.org/wiki/Chimera.uchime"; } int execute(); @@ -34,15 +34,11 @@ public: private: vector processIDS; //processid - int driver(string, string, string); - int createProcesses(string, string, string); - -#ifdef USE_MPI - int driverMPI(int, int, MPI_File&, MPI_File&, MPI_File&, MPI_File&, vector&); -#endif - - bool abort; - string fastafile, templatefile, outputDir, namefile; + int driver(string, string, string, string); + int createProcesses(string, string, string, string); + + bool abort, useAbskew, chimealns, useMinH, useMindiv, useXn, useDn, useXa, useChunks, useMinchunk, useIdsmoothwindow, useMinsmoothid, useMaxp, skipgaps, skipgaps2, useMinlen, useMaxlen, ucl, useQueryfract; + string fastafile, templatefile, outputDir, namefile, abskew, minh, mindiv, xn, dn, xa, chunks, minchunk, idsmoothwindow, minsmoothid, maxp, minlen, maxlen, queryfract; int processors; vector outputNames;