]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / secondarystructurecommand.h
index c1cc057cd190cd4570b57d9bcc9f622a8f6bf0f4..ce97a2243c2b9da797e5a34da3454050b5002396 100644 (file)
@@ -35,20 +35,27 @@ class AlignCheckCommand : public Command {
                AlignCheckCommand(string);      
                AlignCheckCommand();
                ~AlignCheckCommand(){}
-               vector<string> getRequiredParameters();
-               vector<string> getValidParameters();
-               vector<string> getRequiredFiles();
-               map<string, vector<string> > getOutputFiles() { return outputTypes; }
-               int execute();
-               void help();    
+       
+               vector<string> setParameters();
+               string getCommandName()                 { return "align.check";                         }
+               string getCommandCategory()             { return "Sequence Processing";         }
                
+       string getHelpString(); 
+    string getOutputPattern(string);   
+               string getCitation() { return "http://www.mothur.org/wiki/Align.check"; }
+               string getDescription()         { return "calculate the number of potentially misaligned bases in a 16S rRNA gene sequence alignment"; }
+
+       
+               int execute(); 
+               void help() { m->mothurOut(getHelpString()); }  
+       
        private:
                vector<int> structMap;
-               string mapfile, fastafile, outputDir;
+               string mapfile, fastafile, outputDir, namefile, countfile;
                bool abort;
                int seqLength, haderror;
                vector<string> outputNames;
-               map<string, vector<string> > outputTypes;
+               map<string, int> nameMap;
                
                void readMap();
                statData getStats(string sequence);