-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[automated] Update nf-core/tools API docs for dev
- Loading branch information
1 parent
e6771ac
commit 2da6b63
Showing
7 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sites/docs/src/content/api_reference/dev/module_lint_tests/environment_yml.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sites/docs/src/content/api_reference/dev/module_lint_tests/meta_yml.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sites/docs/src/content/api_reference/dev/module_lint_tests/module_tests.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.../src/content/api_reference/dev/pipeline_lint_tests/local_component_structure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# modules_structure | ||
|
||
#### `PipelineLint.local_component_structure(){:python}` | ||
|
||
Check that the local modules and subworkflows directories in a pipeline have the correct format: | ||
|
||
```bash | ||
modules/local/TOOL/SUBTOOL | ||
``` | ||
|
||
Prior to nf-core/tools release 3.1.0 the directory structure allowed top-level \*.nf files: | ||
|
||
```bash | ||
modules/local/modules/TOOL_SUBTOOL.nf | ||
``` |
2 changes: 1 addition & 1 deletion
2
sites/docs/src/content/api_reference/dev/subworkflow_lint_tests/meta_yml.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../docs/src/content/api_reference/dev/subworkflow_lint_tests/subworkflow_tests.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters