fatmacankara commited on
Commit
f9b9a8c
Β·
1 Parent(s): 04b9497

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -1
ASCARIS.py CHANGED
@@ -40,7 +40,7 @@ with st.form('mform', clear_on_submit=False):
40
  source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
41
  #source = 1
42
  impute = st.selectbox('Missing value imputation (mostly for the cases where the corresponding annotation does not exist in the protein)',[True, False])
43
- 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')
44
 
45
  parser = argparse.ArgumentParser(description='ASCARIS')
46
 
 
40
  source = st.selectbox('Select the protein structure resource (1: PDB-SwissModel-Modbase, 2: AlphaFold)',[1,2])
41
  #source = 1
42
  impute = st.selectbox('Missing value imputation (mostly for the cases where the corresponding annotation does not exist in the protein)',[True, False])
43
+ 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: Q9BTP7-S-126-F or P04217-A-493-S, Q00889-G-2-L')
44
 
45
  parser = argparse.ArgumentParser(description='ASCARIS')
46