Skip to content

Commit 1a71b45

Browse files
author
jakebeal
committed
update to better match OS
1 parent 6ed5197 commit 1a71b45

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

template_analysis/batch_template.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@
4949

5050
% Make output plots
5151
TASBEConfig.set('OS.StemName','LacI-CAGop');
52-
TASBEConfig.set('OS.Directory','plots');
5352
TASBEConfig.set('OS.FixedInputAxis',[1e4 1e10]);
5453
plot_batch_histograms(results,sampleresults,{'b','y','r'},CM);
5554

5655
[statisticsFile, histogramFile] = serializeBatchOutput(file_pairs, CM, AP, sampleresults, '../');
5756

58-
save('LacI-CAGop-batch.mat','AP','bins','file_pairs','OS','results','sampleresults');
57+
save('LacI-CAGop-batch.mat','AP','bins','file_pairs','results','sampleresults');
5958

6059
% Dump CSV files:
6160
fprintf('Dumping CSV files\n');

template_analysis/plusminus_template.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
% Execute the actual analysis
4949
TASBEConfig.set('OS.DeviceName',device_name);
50-
TASBEConfig.set('OS.Directory','plots/');
5150
results = process_plusminus_batch( CM, batch_description, AP);
5251

5352
% Make additional output plots

template_analysis/transfercurve_template.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656

5757
% Make output plots
5858
TASBEConfig.set('OS.StemName','Fine');
59-
TASBEConfig.set('OS.Directory','plots');
6059

6160
% Plot how the constitutive fluorescence was distributed
6261
TASBEConfig.set('OS.DeviceName',device_name);

template_colormodel/make_color_model.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
% Ignore channel data for ith channel if below 10^[value(i)]
6565
CM=set_translation_channel_min(CM,[2,2,2]);
6666

67-
TASBEConfig.set('path', 'plots');
6867
% When dealing with very strong fluorescence, use secondary channel to segment
6968
%settings = setSetting(settings,'SecondaryBeadChannel','PE-Texas_Red-A');
7069
CM = add_filter(CM,autogate);

0 commit comments

Comments
 (0)