Skip to content

Commit

Permalink
Update loadDependencies.m
Browse files Browse the repository at this point in the history
- Include `gramm` in default repos to load.
  • Loading branch information
bahanonu committed Nov 10, 2021
1 parent 90f85bd commit 9cb1828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +ciapkg/+io/loadDependencies.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function loadDependencies(varargin)

options.dispStr = {'Download Turboreg (motion correction)','Download ImageJ','Download CNMF, CNMF-E, and CVX code.','Download test one- and two photon datasets.','Download NWB (NeuroDataWithoutBorders)','Download EXTRACT','Download Bio-Formats','Download gramm (GRAMmar of graphics for Matlab, e.g. ggplot2-like)','Download NoRMCorre (motion correction)','Download Fiji (to run Miji)','Load Fiji/Miji into MATLAB path.'};
% Int vector: index of options.dependencyStr to run by default with no GUI
options.depIdxArray = [1 2 3 4 5 6 7];
options.depIdxArray = [1 2 3 4 5 6 7 8];
% Binary: 1 = force update even if already downloaded. 0 = skip if already downloaded
options.forceUpdate = 0;
% get options
Expand Down

0 comments on commit 9cb1828

Please sign in to comment.