Spaces:
Sleeping
Sleeping
Commit
·
258e854
1
Parent(s):
0a37276
Update ASCARIS.py
Browse files- ASCARIS.py +2 -2
ASCARIS.py
CHANGED
|
@@ -36,7 +36,7 @@ with st.form('mform', clear_on_submit=False):
|
|
| 36 |
#source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
| 37 |
source = 1
|
| 38 |
impute = st.selectbox('Imputation',[True, False])
|
| 39 |
-
|
| 40 |
input_data = st.text_input('Enter SAV data points (Example: Q00889-H-85-D, or Q00889-H-85-D,Q16363-Y-498-H)')
|
| 41 |
|
| 42 |
|
|
@@ -63,7 +63,7 @@ with st.form('mform', clear_on_submit=False):
|
|
| 63 |
print('*****************************************')
|
| 64 |
mode = int(mode)
|
| 65 |
|
| 66 |
-
|
| 67 |
selected_df = pd.DataFrame()
|
| 68 |
st.write('The online tool may be slow, especially while processing multiple SAVs, please consider using the local programmatic version at https://github.com/HUBioDataLab/ASCARIS/')
|
| 69 |
if submitted:
|
|
|
|
| 36 |
#source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
| 37 |
source = 1
|
| 38 |
impute = st.selectbox('Imputation',[True, False])
|
| 39 |
+
st.write(impute, 'impute')
|
| 40 |
input_data = st.text_input('Enter SAV data points (Example: Q00889-H-85-D, or Q00889-H-85-D,Q16363-Y-498-H)')
|
| 41 |
|
| 42 |
|
|
|
|
| 63 |
print('*****************************************')
|
| 64 |
mode = int(mode)
|
| 65 |
|
| 66 |
+
st.write(impute, 'impute')
|
| 67 |
selected_df = pd.DataFrame()
|
| 68 |
st.write('The online tool may be slow, especially while processing multiple SAVs, please consider using the local programmatic version at https://github.com/HUBioDataLab/ASCARIS/')
|
| 69 |
if submitted:
|