Skip to content

Commit 9414b5d

Browse files
nf-core-botmashehu
authored andcommitted
[automated] Update nf-core/tools API docs for dev
1 parent b257909 commit 9414b5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sites/docs/src/content/api_reference/dev/api/utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ Generate a dictionary representation of the model, optionally specifying which f
984984
- **exclude_defaults** – Whether to exclude fields that are set to their default value.
985985
- **exclude_none** – Whether to exclude fields that have a value of None.
986986
- **exclude_computed_fields** – Whether to exclude computed fields.
987-
While this can be useful for round-tripping, it is usually recommended tu use the dedicated
987+
While this can be useful for round-tripping, it is usually recommended to use the dedicated
988988
round_trip parameter instead.
989989
- **round_trip** – If True, dumped values should be valid as input for non-idempotent types such as Json\[T].
990990
- **warnings** – How to handle serialization errors. False/”none” ignores them, True/”warn” logs errors,

sites/docs/src/content/api_reference/dev/module_lint_tests/main_nf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The test checks for the following:
1414
- The module has a process label and it is among
1515
the standard ones.
1616
- If a `meta` map is defined as one of the modules
17-
inputs it should be defined as one of the outputs,
17+
inputs it should be defined as one of the emits,
1818
and be correctly configured in the `saveAs` function.
1919
- The module script section should contain definitions
2020
of `software` and `prefix`

sites/docs/src/content/api_reference/dev/pipeline_lint_tests/rocrate_readme_sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#### `PipelineLint.rocrate_readme_sync(){:python}`
44

55
Check if the RO-Crate description in ro-crate-metadata.json matches the README.md content.
6-
If the –fix is set, the RO-Crate description will be updated to match the README.md content.
6+
If not, the RO-Crate description will be automatically updated to match the README.md content during linting.

0 commit comments

Comments
 (0)