We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since heavy dependencies are imported to __main__.py at the top, bioclip -h and other help menus take a bit to display.
__main__.py
bioclip -h
To speed up help menus, we can defer heavy imports until needed by a command, and use lazy module imports for the package.