You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
- Add conda channel order to nextflow.config ([#2094](https://github.com/nf-core/tools/pull/2094))
12
12
- Fix tyop in pipeline nextflow.config ([#2664](https://github.com/nf-core/tools/pull/2664))
13
13
- Remove `nfcore_external_java_deps.jar` from lib directory in pipeline template ([#2675](https://github.com/nf-core/tools/pull/2675))
14
+
- Add function to check `-profile` is well formatted ([#2678](https://github.com/nf-core/tools/pull/2678))
15
+
- Add new pipeline error message pointing to docs when 'requirement exceeds available memory' error message ([#2680](https://github.com/nf-core/tools/pull/2680))
14
16
15
17
### Download
16
18
@@ -39,6 +41,7 @@
39
41
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.1.13 ([#2660](https://github.com/nf-core/tools/pull/2660))
40
42
- 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))
41
43
- Update actions/cache action to v4 ([#2666](https://github.com/nf-core/tools/pull/2666))
44
+
- Handle api redirects from the old site ([#2672](https://github.com/nf-core/tools/pull/2672))
42
45
- Remove redundanct v in pipeline version for emails ([#2667](https://github.com/nf-core/tools/pull/2667))
43
46
- add function to check `-profile` is well formatted ([#2678](https://github.com/nf-core/tools/pull/2678))
0 commit comments