Skip to content

Commit 954a033

Browse files
authored
Merge branch 'dev' into fix-modules-list-json
2 parents b76335a + 27f501a commit 954a033

37 files changed

+1176
-284
lines changed

.github/workflows/create-lint-wf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
# Run nf-core linting
9595
- name: nf-core lint
96-
run: nf-core --log-file log.txt --hide-progress lint --dir nf-core-testpipeline --fail-ignored --fail-warned
96+
run: nf-core --verbose --log-file log.txt --hide-progress lint --dir nf-core-testpipeline --fail-ignored --fail-warned
9797
working-directory: create-lint-wf
9898

9999
# Run the other nf-core commands

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
- switch to new image syntax in readme ([#2645](https://github.com/nf-core/tools/pull/2645))
1111
- Add conda channel order to nextflow.config ([#2094](https://github.com/nf-core/tools/pull/2094))
1212
- Fix tyop in pipeline nextflow.config ([#2664](https://github.com/nf-core/tools/pull/2664))
13+
- add function to check `-profile` is well formatted ([#2678](https://github.com/nf-core/tools/pull/2678))
1314

1415
### Download
1516

1617
### Linting
1718

1819
- Fix linting of a pipeline with patched custom module ([#2669](https://github.com/nf-core/tools/pull/2669))
20+
- linting a pipeline also lints the installed subworkflows ([#2677](https://github.com/nf-core/tools/pull/2677))
21+
- environment.yml name must be lowercase ([#2676](https://github.com/nf-core/tools/pull/2676))
1922

2023
### Modules
2124

@@ -34,7 +37,9 @@
3437
- Fix Renovate Dockerfile updating issues ([#2648](https://github.com/nf-core/tools/pull/2648) and [#2651](https://github.com/nf-core/tools/pull/2651))
3538
- Add new subcommand `nf-core tui`, which launches a TUI (terminal user interface) to intuitively explore the command line flags, built using [Trogon](https://github.com/Textualize/trogon) ([#2655](https://github.com/nf-core/tools/pull/2655))
3639
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.1.13 ([#2660](https://github.com/nf-core/tools/pull/2660))
40+
- Add new subcommand: `nf-core logo-create` to output an nf-core logo for a pipeline (instead of going through the website) ([#2662](https://github.com/nf-core/tools/pull/2662))
3741
- Update actions/cache action to v4 ([#2666](https://github.com/nf-core/tools/pull/2666))
42+
- Remove redundanct v in pipeline version for emails ([#2667](https://github.com/nf-core/tools/pull/2667))
3843

3944
# [v2.11.1 - Magnesium Dragon Patch](https://github.com/nf-core/tools/releases/tag/2.11) - [2023-12-20]
4045

MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ graft nf_core/pipeline-template
55
graft nf_core/subworkflow-template
66
include requirements.txt
77
include nf_core/.pre-commit-prettier-config.yaml
8+
include nf_core/assets/logo/nf-core-repo-logo-base-lightbg.png
9+
include nf_core/assets/logo/nf-core-repo-logo-base-darkbg.png
10+
include nf_core/assets/logo/placeholder_logo.svg
11+
include nf_core/assets/logo/MavenPro-Bold.ttf

0 commit comments

Comments
 (0)