Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ import panel as pn
|
|
39 |
import swifter
|
40 |
from tqdm.auto import tqdm
|
41 |
|
42 |
-
from deepscreen.data.dti import validate_seq_str, FASTA_PAT, SMILES_PAT
|
43 |
from deepscreen.predict import predict
|
44 |
|
45 |
sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
|
|
|
39 |
import swifter
|
40 |
from tqdm.auto import tqdm
|
41 |
|
42 |
+
from deepscreen.data.dti import validate_seq_str, rdkit_canonicalize, FASTA_PAT, SMILES_PAT
|
43 |
from deepscreen.predict import predict
|
44 |
|
45 |
sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
|