def get_gbrowse_base(self): Modmine.gbrowse_base = fetch(Modmine.gbrowse_base_url) # TODO check if starts with "/" return Modmine.gbrowse_base
def get_webapp_path(self): Modmine.webapp_path = fetch(Modmine.webapp_path_ws_url) # TODO check if starts with "/" return Modmine.webapp_path
def get_catexp_data(self): Modmine.metadata_catexp = fetch(Modmine.catexp_ws_url) # TODO check if returns json string return json.loads(Modmine.metadata_catexp)