X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trimflowscommand.cpp;h=2a163516952c27f8a3dc7411536023f69e1f5b08;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=aebb16b42a6455693b7c491f83b1740c58acd0e0;hpb=40eaf5045c389e9e3d1930807ae10b4e77b4dd0d;p=mothur.git diff --git a/trimflowscommand.cpp b/trimflowscommand.cpp index aebb16b..2a16351 100644 --- a/trimflowscommand.cpp +++ b/trimflowscommand.cpp @@ -435,7 +435,11 @@ int TrimFlowsCommand::driverCreateTrim(string flowFileName, string trimFlowFileN success = 0; trashCode += 'l'; } - + if(!flowData.hasGoodHomoP()){ //screen to see if sequence meets the maximum homopolymer limit + success = 0; + trashCode += 'h'; + } + int primerIndex = 0; int barcodeIndex = 0;