Spaces:
Sleeping
Sleeping
Commit
Β·
d39033d
1
Parent(s):
0945bb1
Update ASCARIS.py
Browse files- ASCARIS.py +2 -2
ASCARIS.py
CHANGED
@@ -36,8 +36,8 @@ st.write('')
|
|
36 |
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
|
40 |
-
input_data = st.text_input('Enter SAV data points (format: "UniProt/Swiss-Prot human protein accession" β "
|
41 |
|
42 |
|
43 |
|
|
|
36 |
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 in the protein)',[True, False])
|
40 |
+
input_data = st.text_input('Enter SAV data points (format: "UniProt/Swiss-Prot human protein accession" β "wild type a.a." β "position on the sequence" β "mutated a.a."). Example: P04217-E-20-A or O43556-I-40-A,P57737-W-372-A')
|
41 |
|
42 |
|
43 |
|