Skip to content

Commit

Permalink
fix: import image_cache() for renee build command (#178)
Browse files Browse the repository at this point in the history
* fix: import image_cache() for renee build command

* chore: update CHANGELOG.md
  • Loading branch information
kelly-sovacool authored Nov 26, 2024
1 parent 653b435 commit ca61c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Consolidate `build_cluster.json` into `cluster.json`. (#167, @kelly-sovacool)
- Remove unused miniconda container. (#168, @kelly-sovacool)
- Fix error in RSEQC rules. (#172, @kelly-sovacool)
- Fix error in `renee build` where `image_cache()` wasn't imported. (#178, @kelly-sovacool)

## RENEE 2.6.1

Expand Down
2 changes: 1 addition & 1 deletion src/renee/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
check_python_version,
_cp_r_safe_,
)
from ccbr_tools.pipeline.cache import get_sif_cache_dir
from ccbr_tools.pipeline.cache import get_sif_cache_dir, image_cache

# local imports
from .run import run
Expand Down

0 comments on commit ca61c69

Please sign in to comment.