]> git.donarmstrong.com Git - mothur.git/blobdiff - pairwiseseqscommand.h
working on citations
[mothur.git] / pairwiseseqscommand.h
index 69785186caa063419a06a7dc73054344ebcfeae9..cbd5aa402e7c61d624671590313bb32cb974dc11 100644 (file)
@@ -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()); }