diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 12:04:03 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 12:04:03 +0530 |
commit | 5cb8e8e91ea7d19757137765a5da2d8a724874de (patch) | |
tree | 605ed2a75ec678e0188d33777c049669eff2f24f | |
parent | 85001f57a619086298af2c283d0e19e426b75dc3 (diff) |
added error codes
-rw-r--r-- | app/misc.ini | 8 |
1 files changed, 8 insertions, 0 deletions
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 |