Spaces:
Sleeping
Sleeping
Commit
·
8a6a234
1
Parent(s):
5fff1b6
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -492,7 +492,7 @@ def pdb(input_set, mode, impute):
|
|
492 |
len(yes_pdb_no_match.drop_duplicates(['datapoint'])) + len(no_pdb.drop_duplicates(['datapoint']))))
|
493 |
|
494 |
if (len(dfM) == 0) & (len(dfNM) == 0):
|
495 |
-
st.write('Please check the input aminoacid at the selected position.')
|
496 |
|
497 |
dfM = None
|
498 |
dfNM = None
|
|
|
492 |
len(yes_pdb_no_match.drop_duplicates(['datapoint'])) + len(no_pdb.drop_duplicates(['datapoint']))))
|
493 |
|
494 |
if (len(dfM) == 0) & (len(dfNM) == 0):
|
495 |
+
st.write('Please check the input aminoacid at the selected position. ASCARIS could not match it to canonical or isoform sequences.')
|
496 |
|
497 |
dfM = None
|
498 |
dfNM = None
|