]> git.donarmstrong.com Git - mothur.git/blobdiff - parsefastaqcommand.h
added get.dists and remove.dists commands. fixed bug in trim.seqs windows paralelliza...
[mothur.git] / parsefastaqcommand.h
index 96fcb7d6799358ff4e10f930d1ad4165763b46a0..cb86bd66c0ae8597f605006893fd70371d16b5fc 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"; }