X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pairwiseseqscommand.h;h=a3a91f7bcd1f4ad2bbd52024d36153399ebc1414;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=52ba63db10adf51e10e6440e5df7b92b78c4c894;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/pairwiseseqscommand.h b/pairwiseseqscommand.h index 52ba63d..a3a91f7 100644 --- a/pairwiseseqscommand.h +++ b/pairwiseseqscommand.h @@ -29,7 +29,9 @@ public: string getCommandName() { return "pairwise.seqs"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); - + string getCitation() { return "Needleman SB, Wunsch CD (1970). A general method applicable to the search for similarities in the amino acid sequence of two proteins. J Mol Biol 48: 443-53. [ for needleman ]\nGotoh O (1982). An improved algorithm for matching biological sequences. J Mol Biol 162: 705-8. [ for gotoh ] \nhttp://www.mothur.org/wiki/Pairwise.seqs"; } + string getDescription() { return "calculates pairwise distances from an unaligned fasta file"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -52,8 +54,8 @@ private: #ifdef USE_MPI int driverMPI(int, int, MPI_File&, float); - int driverMPI(int, int, string, unsigned long int&); - int driverMPI(int, int, string, unsigned long int&, string); + int driverMPI(int, int, string, unsigned long long&); + int driverMPI(int, int, string, unsigned long long&, string); #endif string fastaFileName, align, calc, outputDir, output;