Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Aug 18, 2023
1 parent af987f0 commit 2c34f90
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 @@ -13,6 +13,7 @@
### Download

- Improved container image resolution and prioritization of http downloads over Docker URIs ([#2364](https://github.com/nf-core/tools/pull/2364)).
- Explicit container registry specifications will be ignored, so registries provided with `-l`/`--container-library` are used instead. ([#2400](https://github.com/nf-core/tools/pull/2400)).

### Linting

Expand Down
2 changes: 1 addition & 1 deletion nf_core/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ def singularity_pull_image(self, container, out_path, cache_path, library, progr
container = "/".join(container_parts[-2:])
found_library = container_parts[-3]
log.info(
f'Found explicit container library specification {found_library}.\n Upon pull failure, retry the download with [bright_magenta] -l "{found_library}"[/]'
f'Found explicit container library [bright_magenta]{found_library}[/] in a module. Upon pull failure, retry the download with [bright_magenta] -l "{found_library}"[/]'
)

# Pull using singularity
Expand Down

0 comments on commit 2c34f90

Please sign in to comment.