X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.h;h=6feabce848c09c21b2e276df8361ac4d78667f22;hb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;hp=dfafca6fee21c9f5493437fe37007669c3fc4ac7;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/parsefastaqcommand.h b/parsefastaqcommand.h index dfafca6..6feabce 100644 --- a/parsefastaqcommand.h +++ b/parsefastaqcommand.h @@ -25,6 +25,8 @@ public: string getCommandCategory() { return "Sequence Processing"; } string getHelpString(); string getCitation() { return "http://www.mothur.org/wiki/Parse.fastq"; } + string getDescription() { return "reads a fastq file and creates a fasta and quality file"; } + int execute(); void help() { m->mothurOut(getHelpString()); } @@ -32,7 +34,7 @@ private: vector outputNames; string outputDir, fastaQFile; - bool abort; + bool abort, fasta, qual; vector convertQual(string); };