Erva Ulusoy commited on
Commit
065121d
1 Parent(s): 256dbda

Update User_Guide.py

Browse files
Files changed (1) hide show
  1. pages/User_Guide.py +2 -2
pages/User_Guide.py CHANGED
@@ -35,14 +35,14 @@ st.markdown('<p style="font-size:20px; font-weight:bold">2. Wait for your result
35
 
36
  st.markdown(
37
  '''
38
- After submitting your protein sequence, Domain2GO will run InterProScan to find domains in your protein. This step may take a few minutes to complete.
39
  ''')
40
 
41
  st.markdown('<p style="font-size:20px; font-weight:bold">3. View your results</p>', unsafe_allow_html=True)
42
 
43
  st.markdown(
44
  '''
45
- After InterProScan is complete, you can view the predicted functions by clicking the "Show function predictions" button. The results will be displayed in a table with the following columns:
46
 
47
  | Column name | Description |
48
  | ------------- | ------------- |
 
35
 
36
  st.markdown(
37
  '''
38
+ After submitting your protein sequence, Domain2GO will run InterProScan to find domains in your protein. This step may take a few minutes to complete. After domains are found, Domain2GO will predict functions of your protein by propagating domain-function associations from our mapping set to the domains found in your protein.
39
  ''')
40
 
41
  st.markdown('<p style="font-size:20px; font-weight:bold">3. View your results</p>', unsafe_allow_html=True)
42
 
43
  st.markdown(
44
  '''
45
+ You can view the predicted functions by clicking the "Show function predictions" button. The results will be displayed in a table with the following columns:
46
 
47
  | Column name | Description |
48
  | ------------- | ------------- |