Spaces:
Running
Running
Commit
Β·
f9b9a8c
1
Parent(s):
04b9497
Update ASCARIS.py
Browse files- 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:
|
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 |
|