reneshbedre / bioinfokit

Bioinformatics data analysis and visualization toolkit
MIT License
334 stars 77 forks source link

No so many modules within the installed latest version bioinfokit #16

Closed bei-lab closed 3 years ago

bei-lab commented 3 years ago

Hi, Bioinfokit is real a good tool to manage the common next-generation sequencing issues. It seems a bug that there are no so many modules within the installed latest version, or it may be my problem?

>>> import bioinfokit

>>> bioinfokit.version '0.9.8' >>> dir(bioinfokit) ['author', 'builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec', 'version', 'name'] >>> dir(bioinfokit.name) ['add', 'class', 'contains', 'delattr', 'dir', 'doc', 'eq', 'format', 'ge', 'getattribute', 'getitem', 'getnewargs', 'gt', 'hash', 'init', 'init_subclass', 'iter', 'le', 'len', 'lt', 'mod', 'mul', 'ne', 'new', 'reduce', 'reduce_ex', 'repr', 'rmod', 'rmul', 'setattr', 'sizeof', 'str', 'subclasshook', 'capitalize', 'casefold', 'center', 'count', 'encode', 'endswith', 'expandtabs', 'find', 'format', 'format_map', 'index', 'isalnum', 'isalpha', 'isascii', 'isdecimal', 'isdigit', 'isidentifier', 'islower', 'isnumeric', 'isprintable', 'isspace', 'istitle', 'isupper', 'join', 'ljust', 'lower', 'lstrip', 'maketrans', 'partition', 'replace', 'rfind', 'rindex', 'rjust', 'rpartition', 'rsplit', 'rstrip', 'split', 'splitlines', 'startswith', 'strip', 'swapcase', 'title', 'translate', 'upper', 'zfill']"

reneshbedre commented 3 years ago

Hi @bei-lab

Thank you for your input. I do not think there is any problem. Do you encounter any issue while running bioinfokit?