X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sortseqscommand.cpp;h=0236a505d7dafb683ebe188bbad768a88ca5a5c3;hb=133dddf9ffde5059e3ea8290a2e7742843e3f2b7;hp=2c9e85404c86380232e96d3fb0fa9387ffef6a86;hpb=731d19a6eaf81768ed35e4be25fbac5686a2a7a0;p=mothur.git diff --git a/sortseqscommand.cpp b/sortseqscommand.cpp index 2c9e854..0236a50 100644 --- a/sortseqscommand.cpp +++ b/sortseqscommand.cpp @@ -232,7 +232,7 @@ int SortSeqsCommand::execute(){ //read through the correct file and output lines you want to keep if (accnosfile != "") { readAccnos(); } if (fastafile != "") { readFasta(); } - if (flowfile != "") { readFlow(); } + if (flowfile != "") { readFlow(); } if (qualfile != "") { readQual(); } if (namefile != "") { readName(); } if (groupfile != "") { readGroup(); }