Skip to content

Commit 250e63b

Browse files
Fix typos
1 parent ddb58c2 commit 250e63b

File tree

18 files changed

+35
-35
lines changed

18 files changed

+35
-35
lines changed

CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
**Highlights**
3434

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.
3636
- 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.
3737
- 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)
3838
- We replaced nf-validation with nf-schema in the pipeline template
@@ -185,7 +185,7 @@
185185

186186
### Download
187187

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))
189189
- Better error message when GITHUB_TOKEN exists but is wrong/outdated
190190
- New `--tag` argument to add custom tags during a pipeline download ([#2938](https://github.com/nf-core/tools/pull/2938))
191191

@@ -494,7 +494,7 @@
494494
- 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)).
495495
- 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)).
496496
- 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)).
498498

499499
#### Updated CLI parameters
500500

@@ -564,7 +564,7 @@ _In addition, `-r` / `--revision` has been changed to a parameter that can be pr
564564

565565
- 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))
566566
- 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)).
568568

569569
### Subworkflows
570570

@@ -973,7 +973,7 @@ Please note that there are many excellent integrations for Prettier available, f
973973
- `input:` / `output:` not being specified in module
974974
- 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)
975975
- 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))
977977
- Allow conditional process execution from the configuration file ([#1393](https://github.com/nf-core/tools/pull/1393))
978978
- Add linting for when condition([#1397](https://github.com/nf-core/tools/pull/1397))
979979
- 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
992992

993993
- 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/`).
994994
- Deal with authentication with private repositories
995-
- Bump minimun Nextflow version to 21.10.3
995+
- Bump minimum Nextflow version to 21.10.3
996996
- Convert pipeline template to updated Nextflow DSL2 syntax
997997
- Solve circular import when importing `nf_core.modules.lint`
998998
- 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
10141014
- Defaults in `nextflow.config` must now match the variable _type_ specified in the schema
10151015
- If you want the parameter to not have a default value, use `null`
10161016
- 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))
10191019
- 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))
10201020
- Update regex in `readme` test of `nf-core lint` to agree with the pipeline template ([#1260](https://github.com/nf-core/tools/issues/1260))
10211021
- Update 'fix' message in `nf-core lint` to conform to the current command line options. ([#1259](https://github.com/nf-core/tools/issues/1259))
10221022
- Fixed bug in `nf-core list` when `NXF_HOME` is set
10231023
- 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))
10241024
- 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))
10261026
- Erase temporary files and folders while performing Python tests (pytest)
10271027
- Remove base `Dockerfile` used for DSL1 pipeline container builds
10281028
- Run tests with Python 3.10
@@ -1128,7 +1128,7 @@ This marks the first Nextflow DSL2-centric release of `tools` which means that s
11281128
- Updated `nf-core modules install` and `modules.json` to work with new directory structure ([#1159](https://github.com/nf-core/tools/issues/1159))
11291129
- Updated `nf-core modules remove` to work with new directory structure [[#1159](https://github.com/nf-core/tools/issues/1159)]
11301130
- 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
11321132
- Added `--all` flag to `nf-core modules install`
11331133
- Added `remote` and `local` subcommands to `nf-core modules list`
11341134
- Fix bug due to restructuring in modules template
@@ -1449,7 +1449,7 @@ making a pull-request. See [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md)
14491449
### Linting
14501450

14511451
- 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.
14531453
- Adapted linting docs to the new PR branch tests.
14541454
- Failure for missing the readme bioconda badge is now a warn, in case this badge is not relevant
14551455
- Added test for template `{{ cookiecutter.var }}` placeholders

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version: 2.4.1
2424
doi: 10.1038/s41587-020-0439-x
2525
date-released: 2022-05-16
2626
url: https://github.com/nf-core/tools
27-
prefered-citation:
27+
preferred-citation:
2828
type: article
2929
authors:
3030
- family-names: Ewels

docs/api/_src/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This API documentation is for the [`nf-core/tools`](https://github.com/nf-core/t
88
- [Module commands](./module_lint_tests/) (run by `nf-core modules lint`)
99
- [Subworkflow commands](./subworkflow_lint_tests/) (run by `nf-core subworkflows lint`)
1010
- [nf-core/tools Python package API reference](./api/)
11-
- [nf-core/tools pipeline commands API referece](./api/pipelines/)
11+
- [nf-core/tools pipeline commands API reference](./api/pipelines/)

nf_core/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ def command_subworkflows_remove(ctx, directory, subworkflow):
15901590
"limit_output",
15911591
is_flag=True,
15921592
default=False,
1593-
help="Limit ouput to only the difference in main.nf",
1593+
help="Limit output to only the difference in main.nf",
15941594
)
15951595
@click.option(
15961596
"-a",

nf_core/components/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(
5555
self.branch = branch
5656

5757
def _parameter_checks(self):
58-
"""Checks the compatibilty of the supplied parameters.
58+
"""Checks the compatibility of the supplied parameters.
5959
6060
Raises:
6161
UserWarning: if any checks fail.

nf_core/pipeline-template/docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The pipeline also dynamically loads configurations from [https://github.com/nf-c
146146
Note that multiple profiles can be loaded, for example: `-profile test,docker` - the order of arguments is important!
147147
They are loaded in sequence, so later profiles can overwrite earlier profiles.
148148

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.
150150

151151
{%- if test_config %}
152152

nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def toolBibliographyText() {
258258
}
259259

260260
def methodsDescriptionText(mqc_methods_yaml) {
261-
// Convert to a named map so can be used as with familar NXF ${workflow} variable syntax in the MultiQC YML file
261+
// Convert to a named map so can be used as with familiar NXF ${workflow} variable syntax in the MultiQC YML file
262262
def meta = [:]
263263
meta.workflow = workflow.toMap()
264264
meta["manifest_map"] = workflow.manifest.toMap()

nf_core/pipelines/create/basicdetails.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def compose(self) -> ComposeResult:
6969
@on(Input.Submitted)
7070
def show_exists_warn(self):
7171
"""Check if the pipeline exists on every input change or submitted.
72-
If the pipeline exists, show warning message saying that it will be overriden."""
72+
If the pipeline exists, show warning message saying that it will be overridden."""
7373
config = {}
7474
for text_input in self.query("TextInput"):
7575
this_input = text_input.query_one(Input)

nf_core/pipelines/create/finaldetails.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def on_button_pressed(self, event: Button.Pressed) -> None:
8585
@on(Input.Submitted)
8686
def show_exists_warn(self):
8787
"""Check if the pipeline exists on every input change or submitted.
88-
If the pipeline exists, show warning message saying that it will be overriden."""
88+
If the pipeline exists, show warning message saying that it will be overridden."""
8989
outdir = ""
9090
for text_input in self.query("TextInput"):
9191
this_input = text_input.query_one(Input)

nf_core/pipelines/create/githubrepo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def compose(self) -> ComposeResult:
6767
yield TextInput(
6868
"repo_org",
6969
"Organisation name",
70-
"The name of the organisation where the GitHub repo will be cretaed",
70+
"The name of the organisation where the GitHub repo will be created",
7171
default=self.parent.TEMPLATE_CONFIG.org,
7272
classes="column",
7373
)

nf_core/pipelines/create/template_features.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ github_badges:
101101
nf_core_configs:
102102
skippable_paths: False
103103
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"
105105
help_text: |
106106
Nf-core has a repository with a collection of configuration profiles.
107107

nf_core/pipelines/download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ def tidy_tags_and_branches(self):
16921692
self.repo.create_head("latest", "latest") # create a new head for latest
16931693
self.checkout("latest")
16941694
else:
1695-
# desired revisions may contain arbitrary branch names that do not correspond to valid sematic versioning patterns.
1695+
# desired revisions may contain arbitrary branch names that do not correspond to valid semantic versioning patterns.
16961696
valid_versions = [
16971697
Version(v) for v in desired_revisions if re.match(r"\d+\.\d+(?:\.\d+)*(?:[\w\-_])*", v)
16981698
]

nf_core/pipelines/launch.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def merge_nxf_flag_schema(self):
276276
self.schema_obj.schema["definitions"] = {}
277277
self.schema_obj.schema["definitions"].update(self.nxf_flag_schema)
278278
self.schema_obj.schema["allOf"].insert(0, {"$ref": "#/definitions/coreNextflow"})
279-
# Add the new defintion to the allOf key so that it's included in validation
279+
# Add the new definition to the allOf key so that it's included in validation
280280
# Put it at the start of the list so that it comes first
281281

282282
def prompt_web_gui(self):
@@ -434,7 +434,7 @@ def prompt_param(self, param_id, param_obj, is_required, answers):
434434
question = self.single_param_to_questionary(param_id, param_obj, answers)
435435
answer = questionary.unsafe_prompt([question], style=nf_core.utils.nfcore_question_style)
436436

437-
# If required and got an empty reponse, ask again
437+
# If required and got an empty response, ask again
438438
while isinstance(answer[param_id], str) and answer[param_id].strip() == "" and is_required:
439439
log.error(f"'--{param_id}' is required")
440440
answer = questionary.unsafe_prompt([question], style=nf_core.utils.nfcore_question_style)
@@ -457,7 +457,7 @@ def prompt_group(self, group_id, group_obj):
457457
Prompt for edits to a group of parameters (subschema in 'definitions')
458458
459459
Args:
460-
group_id: Paramater ID (string)
460+
group_id: Parameter ID (string)
461461
group_obj: JSON Schema keys (dict)
462462
463463
Returns:

nf_core/pipelines/refgenie.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def update_config(rgc):
151151
- the NXF_REFGENIE_PATH environment variable
152152
- otherwise defaults to: $NXF_HOME/nf-core/refgenie_genomes.config
153153
154-
Additionaly, an 'includeConfig' statement is added to the file $NXF_HOME/config
154+
Additionally, an 'includeConfig' statement is added to the file $NXF_HOME/config
155155
"""
156156

157157
# Compile nextflow refgenie_genomes.config from refgenie config

nf_core/utils.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def wait_cli_function(poll_func: Callable[[], bool], refresh_per_second: int = 2
414414
refresh_per_second (int): Refresh this many times per second. Default: 20.
415415
416416
Returns:
417-
None. Just sits in an infite loop until the function returns True.
417+
None. Just sits in an infinite loop until the function returns True.
418418
"""
419419
try:
420420
spinner = Spinner("dots2", "Use ctrl+c to stop waiting and force exit.")
@@ -433,7 +433,7 @@ def poll_nfcore_web_api(api_url: str, post_data: Optional[Dict] = None) -> Dict:
433433
434434
Takes argument api_url for URL
435435
436-
Expects API reponse to be valid JSON and contain a top-level 'status' key.
436+
Expects API response to be valid JSON and contain a top-level 'status' key.
437437
"""
438438
# Run without requests_cache so that we get the updated statuses
439439
with requests_cache.disabled():
@@ -717,12 +717,12 @@ def parse_anaconda_licence(anaconda_response, version=None):
717717
license = re.sub(r"GNU GENERAL PUBLIC LICENSE", "GPL", license, flags=re.IGNORECASE)
718718
license = license.replace("GPL-", "GPLv")
719719
license = re.sub(r"GPL\s*([\d\.]+)", r"GPL v\1", license) # Add v prefix to GPL version if none found
720-
license = re.sub(r"GPL\s*v(\d).0", r"GPL v\1", license) # Remove superflous .0 from GPL version
720+
license = re.sub(r"GPL\s*v(\d).0", r"GPL v\1", license) # Remove superfluous .0 from GPL version
721721
license = re.sub(r"GPL \(([^\)]+)\)", r"GPL \1", license)
722722
license = re.sub(r"GPL\s*v", "GPL v", license) # Normalise whitespace to one space between GPL and v
723723
license = re.sub(r"\s*(>=?)\s*(\d)", r" \1\2", license) # Normalise whitespace around >= GPL versions
724724
license = license.replace("Clause", "clause") # BSD capitilisation
725-
license = re.sub(r"-only$", "", license) # Remove superflous GPL "only" version suffixes
725+
license = re.sub(r"-only$", "", license) # Remove superfluous GPL "only" version suffixes
726726
clean_licences.append(license)
727727
return clean_licences
728728

tests/pipelines/test_launch.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_launch_web_gui_missing_keys(self, mock_poll_nfcore_web_api):
129129

130130
@mock.patch(
131131
"nf_core.utils.poll_nfcore_web_api",
132-
side_effect=[{"api_url": "foo", "web_url": "bar", "status": "recieved"}],
132+
side_effect=[{"api_url": "foo", "web_url": "bar", "status": "received"}],
133133
)
134134
@mock.patch("webbrowser.open")
135135
@mock.patch("nf_core.utils.wait_cli_function")
@@ -298,7 +298,7 @@ def test_strip_default_params(self):
298298
assert self.launcher.schema_obj.input_params == {"input": "custom_input"}
299299

300300
def test_build_command_empty(self):
301-
"""Test the functionality to build a nextflow command - nothing customsied"""
301+
"""Test the functionality to build a nextflow command - nothing customised"""
302302
self.launcher.get_pipeline_schema()
303303
self.launcher.merge_nxf_flag_schema()
304304
self.launcher.build_command()

tests/pipelines/test_schema.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_load_lint_schema(self):
4949
self.schema_obj.load_lint_schema()
5050

5151
def test_load_lint_schema_nofile(self):
52-
"""Check that linting raises properly if a non-existant file is given"""
52+
"""Check that linting raises properly if a non-existent file is given"""
5353
with pytest.raises(RuntimeError):
5454
self.schema_obj.get_schema_path("fake_file")
5555

@@ -384,7 +384,7 @@ def __init__(self, data, status_code):
384384
return MockResponse(response_data, 200)
385385

386386
if kwargs["url"] == "valid_url_success":
387-
response_data = {"status": "recieved", "api_url": "https://nf-co.re", "web_url": "https://nf-co.re"}
387+
response_data = {"status": "received", "api_url": "https://nf-co.re", "web_url": "https://nf-co.re"}
388388
return MockResponse(response_data, 200)
389389

390390
@mock.patch("requests.post", side_effect=mocked_requests_post)

0 commit comments

Comments
 (0)