Skip to content

Commit

Permalink
Fix TASBEFlowAnalytics #200
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Apr 6, 2018
1 parent 81a7614 commit 3907a35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified template_analysis/LacI-CAGop-Fine.mat
Binary file not shown.
3 changes: 1 addition & 2 deletions template_analysis/transfercurve_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@

% Execute the actual analysis
fprintf('Starting analysis...\n');
sampleresults = process_data(CM,experiment,AP);
results = summarize_data(CM,experiment,AP,sampleresults);
[results, sampleresults] = process_transfer_curve( CM, experiment, AP);

% Make output plots
TASBEConfig.set('OutputSettings.StemName','Fine');
Expand Down

0 comments on commit 3907a35

Please sign in to comment.