Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Add the hooks to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/CCBR/Tools
rev: v0.5.0
rev: v0.7.0
hooks:
- id: detect-absolute-paths
- id: sync-nextflow-version
Expand Down Expand Up @@ -179,7 +179,7 @@ guidelines](https://CCBR.github.io/Tools/CONTRIBUTING).
Please cite this software if you use it in a publication:

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

### Bibtex entry
Expand Down
2 changes: 1 addition & 1 deletion docs/_basic_usage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands = [cmd.split()[0] for cmd in help_lst[commands_idx].split('\n')[1:] if
print("\n".join((
"```yaml",
" - repo: https://github.com/CCBR/Tools",
" rev: v0.5.0",
" rev: v0.7.0",
" hooks:"
)))
for cmd in commands:
Expand Down
2 changes: 1 addition & 1 deletion src/ccbr_tools/hooks/sync_nextflow_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```yaml
- repo: https://github.com/CCBR/Tools
rev: v0.6.1
rev: v0.7.0
hooks:
- id: sync-nextflow-version
```
Expand Down
Loading