]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedcommand.h
added paralellization for windows to dist.seqs and summary.seqs
[mothur.git] / sharedcommand.h
index f1e7c48cd71ee7ff1984e43cb7bb5676a3ee42a5..51a25281cfea1e6a47d9bfc969bb63eccc9624e9 100644 (file)
@@ -31,7 +31,9 @@ public:
        string getCommandName()                 { return "make.shared";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.mothur.org/wiki/Make.shared"; }
+       string getDescription()         { return "make a shared file from a list and group file"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }