Spaces:
Running
Running
Commit
·
24431f7
1
Parent(s):
15c0f7c
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -175,7 +175,6 @@ def pdb(input_set, mode, impute):
|
|
175 |
st.write(not_match_in_uniprot)
|
176 |
if (len(uniprot_matched) == 0) & (len(not_match_in_uniprot) == 0):
|
177 |
st.write('Please check the input aminoacid at the selected position.')
|
178 |
-
break
|
179 |
|
180 |
|
181 |
data = None
|
|
|
175 |
st.write(not_match_in_uniprot)
|
176 |
if (len(uniprot_matched) == 0) & (len(not_match_in_uniprot) == 0):
|
177 |
st.write('Please check the input aminoacid at the selected position.')
|
|
|
178 |
|
179 |
|
180 |
data = None
|