]> git.donarmstrong.com Git - mothur.git/commitdiff
added count.groups command and paralellized align.seqs for windows
authorwestcott <westcott>
Tue, 9 Aug 2011 11:51:23 +0000 (11:51 +0000)
committerwestcott <westcott>
Tue, 9 Aug 2011 11:51:23 +0000 (11:51 +0000)
aligncommand.cpp

index b7c684311a5e186576d6f70c91dade75c76b31f4..87ceb2c41a2f22e8a3b55a672641a06095f7f0f2 100644 (file)
@@ -934,7 +934,7 @@ int AlignCommand::createProcesses(string alignFileName, string reportFileName, s
                inFASTA.seekg(lines[processors-1]->start-1);
                char c = inFASTA.peek();
                
-               if (c == '>') { //we need to move back
+               if (c != '>') { //we need to move back
                        lines[processors-1]->start--; 
                }