How to use the mikado.Goals function in Mikado

To help you get started, we’ve selected a few Mikado examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ahitrin / SiebenApp / test_mikado_properties.py View on Github external
def build_from(actions, ints):
    ints_index = 0
    g = Goals('Root')
    for name in actions:
        int_val = 0
        if name == 'select':
            int_val = ints[ints_index]
            ints_index += 1
        USER_ACTIONS[name](g, int_val)
    return g
github ahitrin / SiebenApp / test_mikado.py View on Github external
def setUp(self):
        self.goals = Goals('Root')

Mikado

A Python3 annotation program to select the best gene model in each locus

LGPL-3.0
Latest version published 2 years ago

Package Health Score

52 / 100
Full package analysis