X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pairwiseseqscommand.h;h=0e749d5c7e252ceb7c777de1e8878084f61b0a4d;hb=49d2b7459c5027557564b21e9487dadafbbbdc96;hp=e75f63c3fe80a4eaad7a2bccfae3ad266346b9e4;hpb=43ed0accfbc2852849e104ff7eccdd2c42acd4ec;p=mothur.git diff --git a/pairwiseseqscommand.h b/pairwiseseqscommand.h index e75f63c..0e749d5 100644 --- a/pairwiseseqscommand.h +++ b/pairwiseseqscommand.h @@ -40,6 +40,7 @@ public: vector setParameters(); string getCommandName() { return "pairwise.seqs"; } string getCommandCategory() { return "Sequence Processing"; } + string getOutputFileNameTag(string, string); 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"; }