Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit cc3aff9

Browse files
committed
Merge branch 'omics-dashboard' of github.com:BiRG/Metabolomics-Analysis-Toolbox into omics-dashboard
2 parents 34651d4 + bf904ff commit cc3aff9

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

targeted_deconv/QuantMetabMap/targeted_identify.m

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,33 +1278,6 @@ function next_button_Callback(unused1, unused, handles) %#ok<INUSL,DEFNU>
12781278
clear('collection','metab_map','peaks','identifications');
12791279

12801280

1281-
if ~exist('./dont_send_emails.foobarbaz','file')
1282-
% Send the email
1283-
fraction_done = 0.1;
1284-
waitbar(fraction_done, wait_bar_handle, ['Final processing: ' ...
1285-
'Sending identifications to BIRG']);
1286-
if am_connected_to_internet
1287-
dir_info = dir(zip_name);
1288-
if dir_info.bytes < 20*1024*1024 %20 MB attachment limit
1289-
send_email_from_birg_autobug('eric_moyer@yahoo.com', ...
1290-
['Spectrum Identifications from ' get_username ' on ' ...
1291-
datestr(clock)], ...
1292-
'The identifications are in the attachment', ...
1293-
{zip_name} ...
1294-
);
1295-
delete(zip_name);
1296-
else
1297-
uiwait(msgbox(['Could not automatically send large data file. ', ...
1298-
'Please e-mail the file "' zip_name ...
1299-
'" to eric_moyer@yahoo.com. Thank you.']));
1300-
end
1301-
else
1302-
uiwait(msgbox(['You are not connected to the Internet. ', ...
1303-
'Please e-mail the file "' zip_name ...
1304-
'" to eric_moyer@yahoo.com. Thank you.']));
1305-
end
1306-
end
1307-
13081281
% -----------------------------------------------------------------
13091282
% Finish any pending deconvolutions and store the data
13101283
% -----------------------------------------------------------------

0 commit comments

Comments
 (0)