How to use the snps.io.Reader function in snps

To help you get started, we’ve selected a few snps 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 apriha / snps / src / snps / __init__.py View on Github external
def _read_raw_data(self, file, only_detect_source):
        return Reader.read_file(file, only_detect_source, self._resources)
github apriha / snps / src / snps / snps.py View on Github external
def _read_raw_data(self, file, only_detect_source, rsids):
        return Reader.read_file(file, only_detect_source, self._resources, rsids)
github apriha / snps / src / snps / __init__.py View on Github external
def _read_raw_data(self, file, only_detect_source, rsids):
        return Reader.read_file(file, only_detect_source, self._resources, rsids)