Utilities for CCBR Bioinformatics Software

build docs codecov DOI

Installation

On biowulf you can access the latest release of ccbr_tools by loading the ccbrpipeliner module:

module load ccbrpipeliner

Outside of biowulf, you can install the package with pip:

pip install git+https://github.com/CCBR/Tools

Or specify any tagged version or branch:

pip install git+https://github.com/CCBR/Tools@v0.1.0

Basic usage

CLI

ccbr_tools --help
Usage: ccbr_tools [OPTIONS] COMMAND [ARGS]...

  Utilities for CCBR Bioinformatics Software

  For more options, run: ccbr_tools [command] --help

  https://ccbr.github.io/Tools/

Options:
  -v, --version  Show the version and exit.
  -h, --help     Show this message and exit.

Commands:
  send-email  Send an email (works on biowulf)
  quarto-add  Add a quarto extension
  cite        Print the citation in the desired format
  version     Print the version of ccbr_tools

All installed tools:
  ccbr_tools
  gb2gtf
  hf
  intersect
  jobby
  jobinfo
  peek

Python

Code
import ccbr_tools.pkg_util
print(ccbr_tools.pkg_util.get_version())
0.2.0-dev

View the API reference for more information: https://ccbr.github.io/Tools/reference/

Help & Contributing

Come across a bug? Open an issue and include a minimal reproducible example.

Have a question? Ask it in discussions.

Want to contribute to this project? Check out the contributing guidelines.