]> git.donarmstrong.com Git - mothur.git/blobdiff - setcurrentcommand.h
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / setcurrentcommand.h
index 4ce90a2b1111b2feb428feaad96570c2a1363825..becc4d4712bba2257018378424e4f555e1a6f42a 100644 (file)
@@ -23,8 +23,11 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "set.current"; }
        string getCommandCategory()             { return "General";             }
+       string getOutputFileNameTag(string, string) { return ""; }
        string getHelpString(); 
-       
+       string getCitation() { return "http://www.mothur.org/wiki/Set.current"; }
+       string getDescription()         { return "set current files for mothur"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }  
        
@@ -36,7 +39,7 @@ private:
        string clearTypes;
        vector<string> types;
        
-       string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile;
+       string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile;
        string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile;