diff --git a/EEGLABPlugin/PrepPipeline0.54.0.zip b/EEGLABPlugin/PrepPipeline0.54.0.zip deleted file mode 100644 index f7bc9b4..0000000 Binary files a/EEGLABPlugin/PrepPipeline0.54.0.zip and /dev/null differ diff --git a/EEGLABPlugin/PrepPipeline0.55.0.zip b/EEGLABPlugin/PrepPipeline0.55.0.zip new file mode 100644 index 0000000..5dd2e7d Binary files /dev/null and b/EEGLABPlugin/PrepPipeline0.55.0.zip differ diff --git a/PrepPipeline/eegplugin_prepPipeline.m b/PrepPipeline/eegplugin_prepPipeline.m index 04edf8a..1b59651 100644 --- a/PrepPipeline/eegplugin_prepPipeline.m +++ b/PrepPipeline/eegplugin_prepPipeline.m @@ -30,7 +30,6 @@ % eegplugin_prepPipeline() - the PREP pipeline plugin function vers = eegplugin_prepPipeline(fig, trystrs, catchstrs) -vers = getPrepVersion(); %% Add path to prepPipeline subdirectories if not in the list tmp = which('getPrepDefaults'); @@ -38,6 +37,7 @@ myPath = fileparts(which('prepPipeline')); addpath(genpath(myPath)); end; +vers = getPrepVersion(); % create menu comprep = [trystrs.no_check '[EEG LASTCOM] = pop_prepPipeline(EEG);' catchstrs.new_and_hist];