]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniqueseqscommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / deuniqueseqscommand.h
index a8edea2fab447cea46b5a2aa0bcd69fbdec27f0d..a6d467a16a96c56ca3f1282d7c7fbbdfbdf02ca7 100644 (file)
@@ -23,8 +23,12 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "deunique.seqs";               }
        string getCommandCategory()             { return "Sequence Processing";         }
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Deunique.seqs"; }
+       string getDescription()         { return "reverse of the unique.seqs command, and creates a fasta file from a fasta and name file"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }