shubham142000 commited on
Commit
bdb0a66
·
verified ·
1 Parent(s): b35ba5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def main():
33
 
34
  st.write("""
35
  This app predicts whether a given protein sequence contains ubiquitination sites.
36
- Enter a protein sequence and the app will analyze windows of 55 residues centered around each 'K' residue.
37
  If any window is predicted positive, the sequence is considered to contain ubiquitination sites.
38
  """)
39
 
 
33
 
34
  st.write("""
35
  This app predicts whether a given protein sequence contains ubiquitination sites.
36
+ Enter a protein sequence and the app will analyze windows size 'n-1/2' residues centered around each 'K' residue.
37
  If any window is predicted positive, the sequence is considered to contain ubiquitination sites.
38
  """)
39