mgyigit commited on
Commit
61341f8
1 Parent(s): 0f597fc

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -93,7 +93,7 @@ Submit your own representation models and compare their performance across these
93
 
94
  If you find PROBE useful, please consider citing our work."""
95
 
96
- similarity_tasks_options = ["Sparse", "200", "500"]
97
  function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
98
  function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
99
  family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]
 
93
 
94
  If you find PROBE useful, please consider citing our work."""
95
 
96
+ similarity_tasks_options = ["sparse", "200", "500"]
97
  function_prediction_aspect_options = ["MF", "BP", "CC", "All_Aspects"]
98
  function_prediction_dataset_options = ["High", "Middle", "Low", "All_Data_Sets"]
99
  family_prediction_dataset_options = ["nc", "uc50", "uc30", "mm15"]