]> git.donarmstrong.com Git - mothur.git/blobdiff - splitabundcommand.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / splitabundcommand.h
index c883a690d9846febec2059b4d88ea1393ea2f52c..df925f34cc70bc405ac35e2302ecc49a8fd97872 100644 (file)
@@ -36,6 +36,8 @@ public:
        string getCommandName()                 { return "split.abund";                         }
        string getCommandCategory()             { return "OTU-Based Approaches";        }
        string getHelpString(); 
+       string getCitation() { return "http://www.mothur.org/wiki/Split.abund"; }
+       string getDescription()         { return "split a list, name, group or fasta file based on abundance"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }