X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sortseqscommand.cpp;fp=sortseqscommand.cpp;h=0236a505d7dafb683ebe188bbad768a88ca5a5c3;hb=fc3b1fc4fc1c4e38fde6b0c0ee7896b5fe0b9d57;hp=2c9e85404c86380232e96d3fb0fa9387ffef6a86;hpb=a626c629e4d4840cd2ce04d98055dcfef1f8593a;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(); }