Skip to content

Commit 7dccc13

Browse files
committed
move changelog points to the correct version
1 parent 26e43b5 commit 7dccc13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Fix how the modules template references the conda environment file ([#2540](https://github.com/nf-core/tools/pull/2540))
1111
- Unset env variable JAVA_TOOL_OPTIONS in gitpod ([#2569](https://github.com/nf-core/tools/pull/2569))
1212
- Pin the version of nf-validation ([#2579](https://github.com/nf-core/tools/pull/2579))
13+
- Disable process selector warnings by default ([#2161](https://github.com/nf-core/tools/issues/2161))
14+
- Remove `docker.userEmulation` from nextflow.config in pipeline template ([#2580](https://github.com/nf-core/tools/pull/2580))
1315

1416
### Download
1517

@@ -25,6 +27,7 @@
2527
- Correctly ignore `timeline.enabled`, `report.enabled`, `trace.enabled`, `dag.enabled` variables when linting a pipeline. ([#2507](https://github.com/nf-core/tools/pull/2507))
2628
- Lint nf-test main.nf.test tags include all used components in chained tests ([#2572](https://github.com/nf-core/tools/pull/2572))
2729
- Don't fail linting if md5sum for empty files are found in a stub test ([#2571](https://github.com/nf-core/tools/pull/2571))
30+
- Check for existence of test profile ([#2478](https://github.com/nf-core/tools/pull/2478))
2831

2932
### Modules
3033

@@ -70,8 +73,6 @@
7073
- Modified devcontainer permissions so that singularity can be run in Codespaces/VS Code devcontainers ([Commit a103f44](https://github.com/CarsonJM/tools/commit/a103f4484eca8c6d668e4653a4ed8d20faf1b41d))
7174
- Update Gitpod profile resources to reflect base environment settings.
7275
- ([#747](https://github.com/nf-core/tools/issues/747)) Add to the template the code to dump the selected pipeline parameters into a json file.
73-
- [#2161] Disable process selector warnings by default.
74-
- Remove `docker.userEmulation` from nextflow.config in pipeline template ([#2580](https://github.com/nf-core/tools/pull/2580))
7576

7677
### Download
7778

@@ -82,7 +83,6 @@
8283
### Linting
8384

8485
- Add new command `nf-core subworkflows lint` ([#2379](https://github.com/nf-core/tools/pull/2379))
85-
- Check for existence of test profile ([#2478](https://github.com/nf-core/tools/pull/2478))
8686

8787
### Modules
8888

0 commit comments

Comments
 (0)