tuncadogan commited on
Commit
d39033d
Β·
1 Parent(s): 0945bb1

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. 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 for the protein of interest)',[True, False])
40
- input_data = st.text_input('Enter SAV data points (format: "UniProt/Swiss-Prot human protein accession" – "symbol of the wild type a.a." – "position on the sequence" – "symbol of the mutated a.a."). Example: P04217-E-20-A or O43556-I-40-A,P57737-W-372-A')
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