You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shinyalert("Oops!", "Please after input PDB ID in Choose input section, be sure you loaded the PDB by clicking on the Load button.", type="error")
39
+
shinyWidgets::sendSweetAlert(session=session,title="Oops!",text="Please after input PDB ID in Choose input section, be sure you loaded the PDB by clicking on the Load button.", type="error")
38
40
# Just another check if user uploaded a PDB or fetched a PDB ID before to submit
#check if the list of residues in "target residues" field is appropriated. The function pdb_process (in mod_server_pdbProcess.R) returns "wrong_target_res" if the input is not in the required format
} else{ # if the submission status is other than 200
96
-
shinyalert("Oops!", "An error occurred when submitting your job. Perhaps the input file is larger than what our server allows or the input parameters are outside the allowed limits. Please read our Help page and if the problem persist please contact us", type="error")
98
+
shinyWidgets::sendSweetAlert(session=session,title="Oops!", text="An error occurred when submitting your job. Perhaps the input file is larger than what our server allows or the input parameters are outside the allowed limits. Please read our Help page and if the problem persist please contact us.", type="error")
0 commit comments