]> git.donarmstrong.com Git - mothur.git/blobdiff - makefastqcommand.cpp
working on removing pointers from chimera.slayer to eliminate pesky memory leaks
[mothur.git] / makefastqcommand.cpp
index 995dc6606d86963d64d1bee857233c9656836da6..2dd45a542665c71a1221adca4eed77d9c1bb65f5 100644 (file)
@@ -37,7 +37,7 @@ string MakeFastQCommand::getHelpString(){
                helpString += "You must also provide an accnos containing the list of groups to get or set the groups parameter to the groups you wish to select.\n";
                helpString += "The make.fastq command should be in the following format: make.fastq(qfile=yourQualityFile, fasta=yourFasta).\n";
                helpString += "Example make.fastq(fasta=amazon.fasta, qfile=amazon.qual).\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) {
@@ -65,6 +65,7 @@ MakeFastQCommand::MakeFastQCommand(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();