How to use the gtdbtk.exceptions.GTDBTkException.__init__ function in gtdbtk

To help you get started, we’ve selected a few gtdbtk 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 Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)
github Ecogenomics / GTDBTk / gtdbtk / exceptions.py View on Github external
def __init__(self, message=''):
        GTDBTkException.__init__(self, message)