]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added modify names parameter to set.dir
[mothur.git] / parsefastaqcommand.h
index b4d90e542a98f329dd166a93c54d57852e0f54dd..5ae6b9c482fe6b4022bb4d4c5d4ae2e79ea3aad8 100644 (file)
@@ -21,7 +21,7 @@ public:
        ~ParseFastaQCommand() {}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "parse.fastq";         }
+       string getCommandName()                 { return "fastq.info";          }
        string getCommandCategory()             { return "Sequence Processing"; }
        
        string getHelpString(); 
@@ -36,7 +36,7 @@ private:
 
        vector<string> outputNames;     
        string outputDir, fastaQFile, format;
-       bool abort, fasta, qual;
+       bool abort, fasta, qual, pacbio;
        
        vector<int> convertQual(string);
     vector<char> convertTable;