Skip to content

Commit

Permalink
Fix db_builds
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 26, 2016
1 parent 93dbf74 commit 7c69227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/parameters/basic.py
Expand Up @@ -1150,7 +1150,7 @@ def _get_dbkey_names( self, trans=None ):
if not self.tool:
# Hack for unit tests, since we have no tool
return util.read_dbnames( None )
return trans.app.genome_builds.get_genome_build_names( trans=trans )
return self.tool.app.genome_builds.get_genome_build_names( trans=trans )


class ColumnListParameter( SelectToolParameter ):
Expand Down

0 comments on commit 7c69227

Please sign in to comment.