oscar_colony.colony_management.pyrat.api.get_pyrat_line_mutations#

oscar_colony.colony_management.pyrat.api.get_pyrat_line_mutations(line_id)[source]#

Get mutation names for the given line id.

This expects PYRAT_URL, PYRAT_CLIENT_TOKEN and PYRAT_USER_TOKEN to be set as environment variables.

Parameters:

line_id (int) – Id of the line (e.g. as returned from get_pyrat_line_id or get_pyrat_lines)

Returns:

List of mutation names in alphabetical order.

Return type:

list[str]