Skip to content

Releases: CCBR/Tools

Tools 0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 20:38
  • New pre-commit hook: ccbr-hooks sync-nextflow-version. Syncs manifest.version in nextflow.config from the repo VERSION file. (#193, @kelly-sovacool, @copilot)

Tools 0.6.0

Choose a tag to compare

@kopardev kopardev released this 09 Jun 00:31

Bug fixes for two critical issues in the ccbr_tools install command: (#191, @kopardev, @copilot)

  1. Mamba Activation Error Suppression — Suppress misleading error messages when mamba environment activation fails (non-critical operation)
  2. Fix Permissions Scope — Apply chown and chmod only to the newly-installed version folder, not the entire parent directory

Tools 0.5.4

Choose a tag to compare

@kopardev kopardev released this 08 Jun 22:20
  • ccbr_tools install: Add latest symlink support and final read-only permission model. Creates complete symlink chain (latest → v{major}.{minor} → .v{version}) and applies read-only permissions (u-w,g-w,o-w,a+rX) to deployed code. Uses atomic symlink operations to prevent race conditions. (#187, @kopardev)

Tools 0.5.3

Choose a tag to compare

@kopardev kopardev released this 08 Jun 19:13
3ef6e02
  • pkg_util: Lazy-import cffconvert to fix rpds ABI mismatch on Python 3.12. (#182, @kopardev)
  • ccbr-hooks detect-absolute-paths: Reduce false positives caused by /dev/null. (#174, @kelly-sovacool)

Tools 0.5.2

Choose a tag to compare

@github-actions github-actions released this 24 Mar 18:47
  • ccbr-hooks detect-absolute-paths: Reduce false positives caused by /dev/shm and language comments. (#157, @kelly-sovacool)

Tools 0.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 17:38
  • New arguments for ccbr-hooks detect-absolute-paths: --ignore-paths and --ignore-paths-file. (#154, @kelly-sovacool)

Tools 0.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 20:09

Tools 0.4.6

Choose a tag to compare

@github-actions github-actions released this 17 Feb 22:58
  • When an invalid GitHub user is passed to github.get_user_info(), raise a warning and return a dict with "name": None. (#135, @kelly-sovacool)

Tools 0.4.5

Choose a tag to compare

@github-actions github-actions released this 02 Oct 13:48

Tools 0.4.4

Choose a tag to compare

@github-actions github-actions released this 10 Sep 16:32
  • Fixes for ccbr_tools install: (#98, @kelly-sovacool)
    • Correct installation method for spacesavers2.
    • Change symlink permissions so group members can edit them.
  • Allow nextflow pipelines to specify walltime & memory usage for the slurm submission template. (#116, @kelly-sovacool)