tools

Utilities for CCBR Bioinformatics Software 🛠️

https://github.com/ccbr/tools

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Utilities for CCBR Bioinformatics Software 🛠️

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 5
  • Releases: 18
Created over 7 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Citation Security

README.md

CCBR Tools 🛠️

Utilities for CCBR Bioinformatics Software

build docs codecov DOI

View the website for more detailed documentation: https://CCBR.github.io/Tools

Installation

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

sh module load ccbrpipeliner

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

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

Or specify any tagged version or branch:

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

Basic usage

CLI

sh 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
  install     Install a specific version of a CCBR software package,...
  cite        Print the citation in the desired format
  version     Print the version of ccbr_tools

All installed tools:
  ccbr_tools
  gb2gtf
  get_hpcname
  hf
  intersect
  jobby
  jobinfo
  module_list
  peek
  spooker

Python

python import ccbr_tools.shell print(ccbr_tools.shell.shell_run('echo "Hello, world!"'))

Hello, world!

python import ccbr_tools.versions version = ccbr_tools.versions.match_semver('0.2.3') version.groupdict()

{'major': '0',
 'minor': '2',
 'patch': '3',
 'prerelease': None,
 'buildmetadata': None}

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

CLI Utilities

Command-line utilities in CCBR Tools.

  • ccbr_tools
  • gb2gtf
  • get_hpcname
  • hf
  • intersect
  • jobby
  • jobinfo
  • module_list
  • peek
  • spooker

Run a command with --help to learn how to use it.

External Scripts

Additional standalone scripts for various common tasks in scripts/ are added to the path when this package is installed. They are less robust than the CLI Utilities included in the package and do not have any unit tests.

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.

Citation

Please cite this software if you use it in a publication:

Sovacool K., Koparde V., Kuhn S., Tandon M., and Huse S. (2025). CCBR Tools: Utilities for CCBR Bioinformatics Software (version v0.4.3). DOI: 10.5281/zenodo.13377166 URL: https://ccbr.github.io/Tools/

Bibtex entry

bibtex @misc{YourReferenceHere, author = {Sovacool, Kelly and Koparde, Vishal and Kuhn, Skyler and Tandon, Mayank and Huse, Susan}, doi = {10.5281/zenodo.13377166}, month = {6}, title = {CCBR Tools: Utilities for CCBR Bioinformatics Software}, url = {https://ccbr.github.io/Tools/}, year = {2025} }

Owner

  • Name: CCR Collaborative Bioinformatics Resource
  • Login: CCBR
  • Kind: organization
  • Email: nciccbr@mail.nih.gov
  • Location: United States of America

CCR Collaborative Bioinformatics Resource, Center for Cancer Research (NCI), National Institutes of Health

Citation (CITATION.cff)


      

GitHub Events

Total
  • Create event: 91
  • Release event: 14
  • Issues event: 48
  • Watch event: 1
  • Delete event: 83
  • Issue comment event: 66
  • Public event: 1
  • Push event: 371
  • Pull request review event: 11
  • Pull request review comment event: 17
  • Pull request event: 114
Last Year
  • Create event: 91
  • Release event: 14
  • Issues event: 48
  • Watch event: 1
  • Delete event: 83
  • Issue comment event: 66
  • Public event: 1
  • Push event: 371
  • Pull request review event: 11
  • Pull request review comment event: 17
  • Pull request event: 114

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 28
  • Total pull requests: 49
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 9 hours
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 0.29
  • Average comments per pull request: 0.57
  • Merged pull requests: 35
  • Bot issues: 14
  • Bot pull requests: 12
Past Year
  • Issues: 26
  • Pull requests: 49
  • Average time to close issues: 18 days
  • Average time to close pull requests: about 9 hours
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 0.19
  • Average comments per pull request: 0.57
  • Merged pull requests: 35
  • Bot issues: 14
  • Bot pull requests: 12
Top Authors
Issue Authors
  • kelly-sovacool (19)
  • github-actions[bot] (14)
  • kopardev (3)
Pull Request Authors
  • kelly-sovacool (46)
  • github-actions[bot] (14)
  • kopardev (5)
Top Labels
Issue Labels
report (14) automated issue (14) enhancement (6) bug (3) ccbrpipeliner/7 (1)
Pull Request Labels
bug (1)