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
+11-11
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
33
33
**Highlights**
34
34
35
-
- Pipeline commands are renamed from `nf-core <comand>` to `nf-core pipelines <command>` to follow the same command structure as modules and subworkflows commands.
35
+
- Pipeline commands are renamed from `nf-core <command>` to `nf-core pipelines <command>` to follow the same command structure as modules and subworkflows commands.
36
36
- More customisation for pipeline templates. The template has been divided into features which can be skipped, e.g. you can create a new pipeline without any traces of FastQC in it.
37
37
- A new Text User Interface app when running `nf-core pipelines create` to help us guide you through the process better (no worries, you can still use the cli if you give all values as parameters)
38
38
- We replaced nf-validation with nf-schema in the pipeline template
@@ -185,7 +185,7 @@
185
185
186
186
### Download
187
187
188
-
- Replace `--tower` with `--platform`. The former will remain for backwards compatability for now but will be removed in a future release. ([#2853](https://github.com/nf-core/tools/pull/2853))
188
+
- Replace `--tower` with `--platform`. The former will remain for backwards compatibility for now but will be removed in a future release. ([#2853](https://github.com/nf-core/tools/pull/2853))
189
189
- Better error message when GITHUB_TOKEN exists but is wrong/outdated
190
190
- New `--tag` argument to add custom tags during a pipeline download ([#2938](https://github.com/nf-core/tools/pull/2938))
191
191
@@ -494,7 +494,7 @@
494
494
- Refactored the CLI parameters related to container images. Although downloading other images than those of the Singularity/Apptainer container system is not supported for the time being, a generic name for the parameters seemed preferable. So the new parameter `--singularity-cache-index` introduced in [#2247](https://github.com/nf-core/tools/pull/2247) has been renamed to `--container-cache-index` prior to release ([#2336](https://github.com/nf-core/tools/pull/2336)).
495
495
- To address issue [#2311](https://github.com/nf-core/tools/issues/2311), a new parameter `--container-library` was created allowing to specify the container library (registry) from which container images in OCI format (Docker) should be pulled ([#2336](https://github.com/nf-core/tools/pull/2336)).
496
496
- Container detection in configs was improved. This allows for DSL2-like container definitions inside the container parameter value provided to process scopes [#2346](https://github.com/nf-core/tools/pull/2346).
497
-
- Add apptainer to the list of false positve container strings ([#2353](https://github.com/nf-core/tools/pull/2353)).
497
+
- Add apptainer to the list of false positive container strings ([#2353](https://github.com/nf-core/tools/pull/2353)).
498
498
499
499
#### Updated CLI parameters
500
500
@@ -564,7 +564,7 @@ _In addition, `-r` / `--revision` has been changed to a parameter that can be pr
564
564
565
565
- Add an `--empty-template` option to create a module without TODO statements or examples ([#2175](https://github.com/nf-core/tools/pull/2175) & [#2177](https://github.com/nf-core/tools/pull/2177))
566
566
- Removed the `nf-core modules mulled` command and all its code dependencies ([2199](https://github.com/nf-core/tools/pull/2199)).
567
-
- Take into accout the provided `--git_remote` URL when linting all modules ([2243](https://github.com/nf-core/tools/pull/2243)).
567
+
- Take into account the provided `--git_remote` URL when linting all modules ([2243](https://github.com/nf-core/tools/pull/2243)).
568
568
569
569
### Subworkflows
570
570
@@ -973,7 +973,7 @@ Please note that there are many excellent integrations for Prettier available, f
973
973
-`input:` / `output:` not being specified in module
974
974
- Allow for containers from other biocontainers resource as defined [here](https://github.com/nf-core/modules/blob/cde237e7cec07798e5754b72aeca44efe89fc6db/modules/cat/fastq/main.nf#L7-L8)
975
975
- Fixed traceback when using `stageAs` syntax as defined [here](https://github.com/nf-core/modules/blob/cde237e7cec07798e5754b72aeca44efe89fc6db/modules/cat/fastq/main.nf#L11)
976
-
- Added `nf-core schema docs` command to output pipline parameter documentation in Markdown format for inclusion in GitHub and other documentation systems ([#741](https://github.com/nf-core/tools/issues/741))
976
+
- Added `nf-core schema docs` command to output pipeline parameter documentation in Markdown format for inclusion in GitHub and other documentation systems ([#741](https://github.com/nf-core/tools/issues/741))
977
977
- Allow conditional process execution from the configuration file ([#1393](https://github.com/nf-core/tools/pull/1393))
978
978
- Add linting for when condition([#1397](https://github.com/nf-core/tools/pull/1397))
979
979
- Added modules ignored table to `nf-core modules bump-versions`. ([#1234](https://github.com/nf-core/tools/issues/1234))
@@ -992,7 +992,7 @@ Please note that there are many excellent integrations for Prettier available, f
992
992
993
993
- Update repo logos to utilize [GitHub's `#gh-light/dark-mode-only`](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to), to switch between logos optimized for light or dark themes. The old repo logos have to be removed (in `docs/images` and `assets/`).
994
994
- Deal with authentication with private repositories
995
-
- Bump minimun Nextflow version to 21.10.3
995
+
- Bump minimum Nextflow version to 21.10.3
996
996
- Convert pipeline template to updated Nextflow DSL2 syntax
997
997
- Solve circular import when importing `nf_core.modules.lint`
998
998
- Disable cache in `nf_core.utils.fetch_wf_config` while performing `test_wf_use_local_configs`.
@@ -1014,15 +1014,15 @@ Please note that there are many excellent integrations for Prettier available, f
1014
1014
- Defaults in `nextflow.config` must now match the variable _type_ specified in the schema
1015
1015
- If you want the parameter to not have a default value, use `null`
1016
1016
- Strings set to `false` or an empty string in `nextflow.config` will now fail linting
1017
-
- Bump minimun Nextflow version to 21.10.3
1018
-
- Changed `questionary``ask()` to `unsafe_ask()` to not catch `KeyboardInterupts` ([#1237](https://github.com/nf-core/tools/issues/1237))
1017
+
- Bump minimum Nextflow version to 21.10.3
1018
+
- Changed `questionary``ask()` to `unsafe_ask()` to not catch `KeyboardInterrupts` ([#1237](https://github.com/nf-core/tools/issues/1237))
1019
1019
- Fixed bug in `nf-core launch` due to revisions specified with `-r` not being added to nextflow command. ([#1246](https://github.com/nf-core/tools/issues/1246))
1020
1020
- Update regex in `readme` test of `nf-core lint` to agree with the pipeline template ([#1260](https://github.com/nf-core/tools/issues/1260))
1021
1021
- Update 'fix' message in `nf-core lint` to conform to the current command line options. ([#1259](https://github.com/nf-core/tools/issues/1259))
1022
1022
- Fixed bug in `nf-core list` when `NXF_HOME` is set
1023
1023
- Run CI test used to create and lint/run the pipeline template with minimum and latest edge release of NF ([#1304](https://github.com/nf-core/tools/issues/1304))
1024
1024
- New YAML issue templates for tools bug reports and feature requests, with a much richer interface ([#1165](https://github.com/nf-core/tools/pull/1165))
1025
-
- Handle synax errors in Nextflow config nicely when running `nf-core schema build` ([#1267](https://github.com/nf-core/tools/pull/1267))
1025
+
- Handle syntax errors in Nextflow config nicely when running `nf-core schema build` ([#1267](https://github.com/nf-core/tools/pull/1267))
1026
1026
- Erase temporary files and folders while performing Python tests (pytest)
1027
1027
- Remove base `Dockerfile` used for DSL1 pipeline container builds
1028
1028
- Run tests with Python 3.10
@@ -1128,7 +1128,7 @@ This marks the first Nextflow DSL2-centric release of `tools` which means that s
1128
1128
- Updated `nf-core modules install` and `modules.json` to work with new directory structure ([#1159](https://github.com/nf-core/tools/issues/1159))
1129
1129
- Updated `nf-core modules remove` to work with new directory structure [[#1159](https://github.com/nf-core/tools/issues/1159)]
1130
1130
- Restructured code and removed old table style in `nf-core modules list`
1131
-
- Fixed bug causing `modules.json` creation to loop indefinitly
1131
+
- Fixed bug causing `modules.json` creation to loop indefinitely
1132
1132
- Added `--all` flag to `nf-core modules install`
1133
1133
- Added `remote` and `local` subcommands to `nf-core modules list`
1134
1134
- Fix bug due to restructuring in modules template
@@ -1449,7 +1449,7 @@ making a pull-request. See [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md)
1449
1449
### Linting
1450
1450
1451
1451
- Refactored PR branch tests to be a little clearer.
1452
-
- Linting error docs explain how to add an additional branch protecton rule to the `branch.yml` GitHub Actions workflow.
1452
+
- Linting error docs explain how to add an additional branch protection rule to the `branch.yml` GitHub Actions workflow.
1453
1453
- Adapted linting docs to the new PR branch tests.
1454
1454
- Failure for missing the readme bioconda badge is now a warn, in case this badge is not relevant
1455
1455
- Added test for template `{{ cookiecutter.var }}` placeholders
Copy file name to clipboardexpand all lines: nf_core/pipeline-template/docs/usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ The pipeline also dynamically loads configurations from [https://github.com/nf-c
146
146
Note that multiple profiles can be loaded, for example: `-profile test,docker` - the order of arguments is important!
147
147
They are loaded in sequence, so later profiles can overwrite earlier profiles.
148
148
149
-
If `-profile` is not specified, the pipeline will run locally and expect all software to be installed and available on the `PATH`. This is _not_ recommended, since it can lead to different results on different machines dependent on the computer enviroment.
149
+
If `-profile` is not specified, the pipeline will run locally and expect all software to be installed and available on the `PATH`. This is _not_ recommended, since it can lead to different results on different machines dependent on the computer environment.
Copy file name to clipboardexpand all lines: nf_core/pipelines/create/template_features.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ github_badges:
101
101
nf_core_configs:
102
102
skippable_paths: False
103
103
short_description: "Add configuration files"
104
-
description: "The pipeline will include configuration profiles containing custom parameters requried to run nf-core pipelines at different institutions"
104
+
description: "The pipeline will include configuration profiles containing custom parameters required to run nf-core pipelines at different institutions"
105
105
help_text: |
106
106
Nf-core has a repository with a collection of configuration profiles.
0 commit comments