X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pairwiseseqscommand.h;h=cbd5aa402e7c61d624671590313bb32cb974dc11;hb=220dc345e493cddc569521111ce32ac4d965ab7f;hp=69785186caa063419a06a7dc73054344ebcfeae9;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/pairwiseseqscommand.h b/pairwiseseqscommand.h index 6978518..cbd5aa4 100644 --- a/pairwiseseqscommand.h +++ b/pairwiseseqscommand.h @@ -29,7 +29,7 @@ public: string getCommandName() { return "pairwise.seqs"; } string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Pairwise.seqs"; } + 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"; } int execute(); void help() { m->mothurOut(getHelpString()); }