From 5cb8e8e91ea7d19757137765a5da2d8a724874de Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 10 Sep 2020 12:04:03 +0530 Subject: added error codes --- app/misc.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/misc.ini diff --git a/app/misc.ini b/app/misc.ini new file mode 100644 index 0000000..e9ce9b6 --- /dev/null +++ b/app/misc.ini @@ -0,0 +1,8 @@ +[ERRORS] +OD00 = Failed to import Open Drug Discovery Tooklit. Please ensure you have correctly installed ODDT +OD01 = Could not convert SMILES to molecule, please check the SMILES +OD02 = Failed to add charges to molecule +OD03 = Failed to write the converted PDBQT file + +PL02 = Failed to import PLIP, please ensure that you have correctly installed PLIP +PL01 = Failed to fetch the PDB, please check the PDB Code \ No newline at end of file -- cgit v1.2.3