]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added modify names parameter to set.dir
[mothur.git] / parsefastaqcommand.h
index 96fcb7d6799358ff4e10f930d1ad4165763b46a0..5ae6b9c482fe6b4022bb4d4c5d4ae2e79ea3aad8 100644 (file)
@@ -21,10 +21,11 @@ public:
        ~ParseFastaQCommand() {}
        
        vector<string> setParameters();
-       string getCommandName()                 { return "parse.fastq";         }
+       string getCommandName()                 { return "fastq.info";          }
        string getCommandCategory()             { return "Sequence Processing"; }
-       string getOutputFileNameTag(string, string);
+       
        string getHelpString(); 
+    string getOutputPattern(string);   
        string getCitation() { return "http://www.mothur.org/wiki/Parse.fastq"; }
        string getDescription()         { return "reads a fastq file and creates a fasta and quality file"; }
 
@@ -35,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;