diff --git a/template_analysis/batch_template.m b/template_analysis/batch_template.m index 3ea3d32..ebb835c 100644 --- a/template_analysis/batch_template.m +++ b/template_analysis/batch_template.m @@ -54,7 +54,7 @@ % Make output plots TASBEConfig.set('OutputSettings.StemName','LacI-CAGop'); TASBEConfig.set('OutputSettings.FixedInputAxis',[1e4 1e10]); -plot_batch_histograms(results,sampleresults,{'b','y','r'},CM); +plot_batch_histograms(results,sampleresults,{'b','g','r'},CM); [statisticsFile, histogramFile] = serializeBatchOutput(file_pairs, CM, AP, sampleresults);