aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-24 17:06:20 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-24 17:06:20 +0530
commit2b3e33364d1138178e9354b53a7fffabeac2d829 (patch)
tree15b8980583fe70565393c869efdf840d8f19716c
parent0ff2f3189ea5aea74303138b531994026222d524 (diff)
fixed plip error code and added tf requirement
-rw-r--r--app/misc.ini2
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/misc.ini b/app/misc.ini
index 62c2cc4..c474556 100644
--- a/app/misc.ini
+++ b/app/misc.ini
@@ -4,7 +4,7 @@ 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
+PL00 = Failed to import PLIP, please ensure that you have correctly installed PLIP
PL01 = Failed to fetch the PDB, please check the PDB Code
DB00 = Failed to connect to the database.
diff --git a/requirements.txt b/requirements.txt
index 4163122..8f4a660 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,3 +17,4 @@ uvicorn
tqdm
pymed
logzero
+tensorflow-cpu>=2.0