]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added citation function to commands
[mothur.git] / listseqscommand.h
index bd7beae73360da9453911e7d5b755135a00f4d54..ea48430e9e0876c1034c344d5688fd64bc0c2bde 100644 (file)
@@ -21,9 +21,10 @@ class ListSeqsCommand : public Command {
                ~ListSeqsCommand(){}
        
                vector<string> setParameters();
-               string getCommandName()                 { return "get.seqs";                            }
+               string getCommandName()                 { return "list.seqs";                           }
                string getCommandCategory()             { return "Sequence Processing";         }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/List.seqs"; }
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }