Gratools functions
gratools.Graph Module
Functions
|
Returns the same class as was passed in, with dunder methods added based on the fields defined in the class. |
|
Return an object to identify dataclass fields. |
|
Get a global |
Generate a sorting key for human-like sorting. |
|
|
Print object(s) supplied via positional arguments. |
Classes
|
Renders a visual progress bar. |
|
Dict subclass for counting hashable items. |
|
A class to parse and process GFA files, including handling BAM files and extracting segments and links. |
|
Class for handling BAM files. |
|
|
|
Renders an auto-updating progress bar(s). |
|
|
|
A column containing text. |
|
Renders time elapsed. |
|
Renders estimated time remaining. |
Class Inheritance Diagram
gratools.Gratools Module
Functions
|
An iterator over the given futures that yields each as it completes. |
|
Returns the same class as was passed in, with dunder methods added based on the fields defined in the class. |
|
Return an object to identify dataclass fields. |
|
|
|
Get a global |
|
Generate a sorting key for human-like sorting. |
|
Recursively delete a directory tree. |
Classes
|
Renders a visual progress bar. |
|
A high level console interface. |
|
A class to parse and process GFA files, including handling BAM files and extracting segments and links. |
|
A class to parse and process GFA files, including handling BAM files and extracting segments and links. |
|
Class for handling BAM files. |
|
|
|
Renders an auto-updating progress bar(s). |
|
A column with a 'spinner' animation. |
|
|
|
A console renderable to draw a table. |
|
A column containing text. |
Class Inheritance Diagram
gratools.logger_config Module
Functions
|
|
|
Get a global |
|
Install a rich traceback handler. |
|
Classes
|
|
|
A high level console interface. |
|
A Console renderable that renders a traceback. |
Variables
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
Built-in mutable sequence. |
Class Inheritance Diagram
gratools.main Module
Functions
|
|
|
|
|
|
|
Variables
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
Built-in mutable sequence. |
|
Built-in mutable sequence. |
|
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str |
|