Skip to content

Commit 017cfc1

Browse files
author
Cassandra Overney
committed
Made order to channel names match
Found out that the order of channel names for ```per_color_constitutive_analysis``` matters because ```plot_batch_histograms``` no longer requires a separate linespecs parameter.
1 parent 1f475d5 commit 017cfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_analysis/batch_template.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
n_conditions = size(file_pairs,1);
5050

5151
% Execute the actual analysis
52-
[results sampleresults] = per_color_constitutive_analysis(CM,file_pairs,{'EBFP2','EYFP','mKate'},AP);
52+
[results, sampleresults] = per_color_constitutive_analysis(CM,file_pairs,{'EYFP','mKate', 'EBFP2'},AP);
5353

5454
% Make output plots
5555
TASBEConfig.set('OutputSettings.StemName','LacI-CAGop');

0 commit comments

Comments
 (0)