chado.util package

Module contents

class chado.util.UtilClient(engine, metadata, session, ci)

Bases: chado.client.Client

Some chado utilities

dbshell()

Open a psql session to the database

Return type:None
Returns:None
launch_docker_image(background=False, no_yeast=False)

Launch a chado docker image.

Parameters:
  • background (bool) – Launch the image in the background
  • no_yeast (bool) – Disable loading of example yeast data
Return type:

None

Returns:

None