]> git.donarmstrong.com Git - mothur.git/blobdiff - sortseqscommand.cpp
changed sffinfo flow default to true. fixed bug in trim.seqs and filter.seqs related...
[mothur.git] / sortseqscommand.cpp
index 2c9e85404c86380232e96d3fb0fa9387ffef6a86..0236a505d7dafb683ebe188bbad768a88ca5a5c3 100644 (file)
@@ -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();    }