Example #1
0
    def get_gbrowse_base(self):

        Modmine.gbrowse_base = fetch(Modmine.gbrowse_base_url)

        # TODO check if starts with "/"
        return Modmine.gbrowse_base
Example #2
0
    def get_webapp_path(self):

        Modmine.webapp_path = fetch(Modmine.webapp_path_ws_url)

        # TODO check if starts with "/"
        return Modmine.webapp_path
Example #3
0
    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)
Example #4
0
    def get_gbrowse_base(self):

        Modmine.gbrowse_base = fetch(Modmine.gbrowse_base_url)

        # TODO check if starts with "/"
        return Modmine.gbrowse_base
Example #5
0
    def get_webapp_path(self):

        Modmine.webapp_path = fetch(Modmine.webapp_path_ws_url)

        # TODO check if starts with "/"
        return Modmine.webapp_path
Example #6
0
    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)