Skip to content

Commit 020fcb1

Browse files
authored
Merge pull request #60 from TASBE/coverney.issue397
set stem name before calling ```per_color_constitutive_analysis```
2 parents c31022e + fd447fa commit 020fcb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template_analysis/batch_template.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
n_conditions = size(file_pairs,1);
5050

5151
% Execute the actual analysis
52+
TASBEConfig.set('OutputSettings.StemName','LacI-CAGop');
53+
TASBEConfig.set('OutputSettings.FixedInputAxis',[1e4 1e10]);
5254
[results, sampleresults] = per_color_constitutive_analysis(CM,file_pairs,{'EYFP','mKate', 'EBFP2'},AP);
5355

5456
% Make output plots
55-
TASBEConfig.set('OutputSettings.StemName','LacI-CAGop');
56-
TASBEConfig.set('OutputSettings.FixedInputAxis',[1e4 1e10]);
5757
plot_batch_histograms(results,sampleresults,CM); % linespecs obtained from CM
5858
% can enter own linespecs for plot_batch_histograms:
5959
% plot_batch_histograms(results,sampleresults,CM,{'b','g','r'});

0 commit comments

Comments
 (0)