Spaces:
Sleeping
Sleeping
Commit
·
3341a5b
1
Parent(s):
e963496
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
|
@@ -37,7 +37,7 @@ with st.form('mform', clear_on_submit=False):
|
|
| 37 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
| 38 |
#source = 1
|
| 39 |
impute = st.selectbox('Missing value imputation (mostly for the cases where the corresponding annotation does not exist for the protein of interest)',[True, False])
|
| 40 |
-
input_data = st.text_input('Enter SAV data points (
|
| 41 |
|
| 42 |
|
| 43 |
|
|
|
|
| 37 |
source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
|
| 38 |
#source = 1
|
| 39 |
impute = st.selectbox('Missing value imputation (mostly for the cases where the corresponding annotation does not exist for the protein of interest)',[True, False])
|
| 40 |
+
input_data = st.text_input('Enter SAV data points (format: UniProt/Swiss-Prot human protein accession – wild type a.a. – position – mutated a.a.)\nExample: P04217-E-20-A or O43556-I-40-A,P57737-W-372-A')
|
| 41 |
|
| 42 |
|
| 43 |
|