Beispiel #1
0
    def index(self):
        c.tools = ToolsListController.tools
        self.__calculate_rank_points()
        c.tools.sort(cmp=BioTool.compare, reverse=False)
        self.__clear_cache()

        return render('/ranking.mako')
Beispiel #2
0
 def index(self):
     c.tools = ToolsListController.tools
     self.__calculate_rank_points()
     c.tools.sort(cmp=BioTool.compare,
                  reverse=False)
     self.__clear_cache()
     
     return render('/ranking.mako')
Beispiel #3
0
 def index(self):
     # Return a rendered template
     c.tools = self.tools
     return render('/tools_list.mako')
Beispiel #4
0
 def index(self):
     # Return a rendered template
     c.tools = self.tools
     return render('/tools_list.mako')