]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.cpp
some more mods to shh.seqs
[mothur.git] / trimflowscommand.cpp
index bb8d3863ea56b52dfea6c772dbf0beb397810849..6592651d068fc12580043897898479bf858a2047 100644 (file)
@@ -738,7 +738,7 @@ int TrimFlowsCommand::stripForward(Sequence& seq, int& group){
                
                string rawSequence = seq.getUnaligned();
                int success = pdiffs + 1;       //guilty until proven innocent
-               
+
                //can you find the primer
                for(map<string,int>::iterator it=primers.begin();it!=primers.end();it++){
                        string oligo = it->first;