]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.cpp
added chimera.uchime
[mothur.git] / secondarystructurecommand.cpp
index fec93e6e9f5f94414a392a1220b86153999b1f9d..2b84cc365d4796363bd3e4c5612abb246cfc5aab 100644 (file)
@@ -36,7 +36,7 @@ string AlignCheckCommand::getHelpString(){
                helpString += "The align.check command parameters are fasta and map, both are required.\n";
                helpString += "The align.check command should be in the following format: align.check(fasta=yourFasta, map=yourMap).\n";
                helpString += "Example align.check(map=silva.ss.map, fasta=amazon.fasta).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n";
                return helpString;
        }
        catch(exception& e) {
@@ -66,6 +66,7 @@ AlignCheckCommand::AlignCheckCommand(string option)  {
                        
                //allow user to run help
                if(option == "help") { help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                
                else {
                        vector<string> myArray = setParameters();