Skip to content

Commit f33735d

Browse files
authored
Update Compiled_EEGLAB.md
1 parent d63732f commit f33735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/Compiled_EEGLAB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ plugin_askinstall('xdfimport', 'eegplugin_xdfimport', true);
234234
plugin_askinstall('mffmatlabio', 'pop_mffimport', true);
235235
plugin_askinstall('scd', 'eegplugin_scd', true);
236236
plugin_askinstall('snapmaster', 'eegplugin_snapmaster', true);
237+
plugin_askinstall('biosig', 'sread', true);
237238
238239
% Removing clean_rawdata files
239240
% For clean_rawdata, remove folder manopt/reference/m2html.
@@ -249,7 +250,6 @@ iclabel_folder = fileparts(which('iclabel.m'));
249250
% For Fieldtrip remove folders compat, external/afni, external/spm8, external/spm12, external/gifti, external/eeglab, external/bemcp and external/npmk
250251
FieldTrip_folder = fileparts(which('ft_defaults.m'));
251252
rmdir(fullfile(FieldTrip_folder,'compat'), 's');
252-
rmdir(fullfile(FieldTrip_folder,'test'), 's');
253253
rmdir(fullfile(FieldTrip_folder,'external','afni'), 's');
254254
rmdir(fullfile(FieldTrip_folder,'external','spm8'), 's');
255255
rmdir(fullfile(FieldTrip_folder,'external','spm12'), 's');

0 commit comments

Comments
 (0)