Skip to content

Commit 1020996

Browse files
Update lint results [skip ci]
1 parent fe8c694 commit 1020996

File tree

103 files changed

+213
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+213
-149
lines changed

README.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,47 @@ The goal is for all sanger-tol pipelines to run without errors using strict synt
1212
> See the [nf-core blog post](https://nf-co.re/blog/2025/nextflow_syntax_nf-core_roadmap) for details on the migration timeline.
1313
> **Fixing all errors from `nextflow lint` will be a requirement by early spring 2026.**
1414
15-
- **Last updated:** 2026-03-23 00:09:29 UTC
15+
- **Last updated:** 2026-03-24 10:48:58 UTC
1616
- **Nextflow version:** 26.03.0-edge
1717

1818
## Pipelines
1919

2020
- **Strict syntax:** 0 parse errors, 6 errors, 117 warnings across 19 pipelines
21+
- **Versions Mix:** 6/19 (31.6%) pipelines do not use the `ch_versions += +ch_versions.mix` anti-pattern
2122
- **Zero issues:** 11 pipelines (57.9%)
2223

2324
| Errors | Warnings |
2425
| :------------------------------------------: | :----------------------------------------------: |
2526
| ![Errors](lint_results/pipelines_errors.png) | ![Warnings](lint_results/pipelines_warnings.png) |
2627

28+
| Pipeline Versions Mix |
29+
| :------------------------------------------------------: |
30+
| ![Versions Mix](lint_results/pipelines_versions_mix.png) |
31+
2732
<details>
2833
<summary>Pipeline Results (19 pipelines)</summary>
2934

30-
| Pipeline | Parse Error | Errors | Warnings | Prints Help | Lint Output | Help Output |
31-
| ----------------------------------------------------------------------------------------------- | :---------: | -----: | -------: | :---------: | :-----------------------------------------------------------------: | :---------------------------------------------------------------------: |
32-
| :x: [zippypretext](https://github.com/sanger-tol/zippypretext) | No | 5 | 15 | - | [View](lint_results/pipeline-results/zippypretext_lint.md) | - |
33-
| :x: [ascc](https://github.com/sanger-tol/ascc) | No | 1 | 7 | - | [View](lint_results/pipeline-results/ascc_lint.md) | - |
34-
| :x: [ear](https://github.com/sanger-tol/ear) | No | 0 | 52 | No | [View](lint_results/pipeline-results/ear_lint.md) | [View](lint_results/prints-help-results/ear_help.txt) |
35-
| :x: [nfmicrofinder](https://github.com/sanger-tol/nfmicrofinder) | No | 0 | 21 | No | [View](lint_results/pipeline-results/nfmicrofinder_lint.md) | [View](lint_results/prints-help-results/nfmicrofinder_help.txt) |
36-
| :x: [tollongc](https://github.com/sanger-tol/tollongc) | No | 0 | 8 | No | [View](lint_results/pipeline-results/tollongc_lint.md) | [View](lint_results/prints-help-results/tollongc_help.txt) |
37-
| :x: [blobtoolkit](https://github.com/sanger-tol/blobtoolkit) | No | 0 | 7 | Yes | [View](lint_results/pipeline-results/blobtoolkit_lint.md) | [View](lint_results/prints-help-results/blobtoolkit_help.txt) |
38-
| :x: [purging](https://github.com/sanger-tol/purging) | No | 0 | 5 | No | [View](lint_results/pipeline-results/purging_lint.md) | [View](lint_results/prints-help-results/purging_help.txt) |
39-
| :x: [treeval](https://github.com/sanger-tol/treeval) | No | 0 | 2 | No | [View](lint_results/pipeline-results/treeval_lint.md) | [View](lint_results/prints-help-results/treeval_help.txt) |
40-
| :white_check_mark: [curationpretext](https://github.com/sanger-tol/curationpretext) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/curationpretext_lint.md) | [View](lint_results/prints-help-results/curationpretext_help.txt) |
41-
| :white_check_mark: [ensemblgenedownload](https://github.com/sanger-tol/ensemblgenedownload) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/ensemblgenedownload_lint.md) | [View](lint_results/prints-help-results/ensemblgenedownload_help.txt) |
42-
| :white_check_mark: [ensemblrepeatdownload](https://github.com/sanger-tol/ensemblrepeatdownload) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/ensemblrepeatdownload_lint.md) | [View](lint_results/prints-help-results/ensemblrepeatdownload_help.txt) |
43-
| :white_check_mark: [genomeassembly](https://github.com/sanger-tol/genomeassembly) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/genomeassembly_lint.md) | [View](lint_results/prints-help-results/genomeassembly_help.txt) |
44-
| :white_check_mark: [genomenote](https://github.com/sanger-tol/genomenote) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/genomenote_lint.md) | [View](lint_results/prints-help-results/genomenote_help.txt) |
45-
| :white_check_mark: [insdcdownload](https://github.com/sanger-tol/insdcdownload) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/insdcdownload_lint.md) | [View](lint_results/prints-help-results/insdcdownload_help.txt) |
46-
| :white_check_mark: [metagenomeassembly](https://github.com/sanger-tol/metagenomeassembly) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/metagenomeassembly_lint.md) | [View](lint_results/prints-help-results/metagenomeassembly_help.txt) |
47-
| :white_check_mark: [readmapping](https://github.com/sanger-tol/readmapping) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/readmapping_lint.md) | [View](lint_results/prints-help-results/readmapping_help.txt) |
48-
| :white_check_mark: [sequencecomposition](https://github.com/sanger-tol/sequencecomposition) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/sequencecomposition_lint.md) | [View](lint_results/prints-help-results/sequencecomposition_help.txt) |
49-
| :white_check_mark: [variantcalling](https://github.com/sanger-tol/variantcalling) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/variantcalling_lint.md) | [View](lint_results/prints-help-results/variantcalling_help.txt) |
50-
| :white_check_mark: [variantcomposition](https://github.com/sanger-tol/variantcomposition) | No | 0 | 0 | Yes | [View](lint_results/pipeline-results/variantcomposition_lint.md) | [View](lint_results/prints-help-results/variantcomposition_help.txt) |
35+
| Pipeline | Parse Error | Errors | Warnings | Prints Help | Versions Mix | Lint Output | Help Output |
36+
| ----------------------------------------------------------------------------------------------- | :---------: | -----: | -------: | :---------: | :----------------: | :-----------------------------------------------------------------: | :---------------------------------------------------------------------: |
37+
| :x: [zippypretext](https://github.com/sanger-tol/zippypretext) | No | 5 | 15 | - | :x: | [View](lint_results/pipeline-results/zippypretext_lint.md) | - |
38+
| :x: [ascc](https://github.com/sanger-tol/ascc) | No | 1 | 7 | - | :x: | [View](lint_results/pipeline-results/ascc_lint.md) | - |
39+
| :x: [ear](https://github.com/sanger-tol/ear) | No | 0 | 52 | No | :x: | [View](lint_results/pipeline-results/ear_lint.md) | [View](lint_results/prints-help-results/ear_help.txt) |
40+
| :x: [nfmicrofinder](https://github.com/sanger-tol/nfmicrofinder) | No | 0 | 21 | No | :x: | [View](lint_results/pipeline-results/nfmicrofinder_lint.md) | [View](lint_results/prints-help-results/nfmicrofinder_help.txt) |
41+
| :x: [tollongc](https://github.com/sanger-tol/tollongc) | No | 0 | 8 | No | :white_check_mark: | [View](lint_results/pipeline-results/tollongc_lint.md) | [View](lint_results/prints-help-results/tollongc_help.txt) |
42+
| :x: [blobtoolkit](https://github.com/sanger-tol/blobtoolkit) | No | 0 | 7 | Yes | :x: | [View](lint_results/pipeline-results/blobtoolkit_lint.md) | [View](lint_results/prints-help-results/blobtoolkit_help.txt) |
43+
| :x: [purging](https://github.com/sanger-tol/purging) | No | 0 | 5 | No | :white_check_mark: | [View](lint_results/pipeline-results/purging_lint.md) | [View](lint_results/prints-help-results/purging_help.txt) |
44+
| :x: [treeval](https://github.com/sanger-tol/treeval) | No | 0 | 2 | No | :x: | [View](lint_results/pipeline-results/treeval_lint.md) | [View](lint_results/prints-help-results/treeval_help.txt) |
45+
| :white_check_mark: [curationpretext](https://github.com/sanger-tol/curationpretext) | No | 0 | 0 | Yes | :white_check_mark: | [View](lint_results/pipeline-results/curationpretext_lint.md) | [View](lint_results/prints-help-results/curationpretext_help.txt) |
46+
| :white_check_mark: [ensemblgenedownload](https://github.com/sanger-tol/ensemblgenedownload) | No | 0 | 0 | Yes | :white_check_mark: | [View](lint_results/pipeline-results/ensemblgenedownload_lint.md) | [View](lint_results/prints-help-results/ensemblgenedownload_help.txt) |
47+
| :white_check_mark: [ensemblrepeatdownload](https://github.com/sanger-tol/ensemblrepeatdownload) | No | 0 | 0 | Yes | :white_check_mark: | [View](lint_results/pipeline-results/ensemblrepeatdownload_lint.md) | [View](lint_results/prints-help-results/ensemblrepeatdownload_help.txt) |
48+
| :white_check_mark: [genomeassembly](https://github.com/sanger-tol/genomeassembly) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/genomeassembly_lint.md) | [View](lint_results/prints-help-results/genomeassembly_help.txt) |
49+
| :white_check_mark: [genomenote](https://github.com/sanger-tol/genomenote) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/genomenote_lint.md) | [View](lint_results/prints-help-results/genomenote_help.txt) |
50+
| :white_check_mark: [insdcdownload](https://github.com/sanger-tol/insdcdownload) | No | 0 | 0 | Yes | :white_check_mark: | [View](lint_results/pipeline-results/insdcdownload_lint.md) | [View](lint_results/prints-help-results/insdcdownload_help.txt) |
51+
| :white_check_mark: [metagenomeassembly](https://github.com/sanger-tol/metagenomeassembly) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/metagenomeassembly_lint.md) | [View](lint_results/prints-help-results/metagenomeassembly_help.txt) |
52+
| :white_check_mark: [readmapping](https://github.com/sanger-tol/readmapping) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/readmapping_lint.md) | [View](lint_results/prints-help-results/readmapping_help.txt) |
53+
| :white_check_mark: [sequencecomposition](https://github.com/sanger-tol/sequencecomposition) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/sequencecomposition_lint.md) | [View](lint_results/prints-help-results/sequencecomposition_help.txt) |
54+
| :white_check_mark: [variantcalling](https://github.com/sanger-tol/variantcalling) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/variantcalling_lint.md) | [View](lint_results/prints-help-results/variantcalling_help.txt) |
55+
| :white_check_mark: [variantcomposition](https://github.com/sanger-tol/variantcomposition) | No | 0 | 0 | Yes | :x: | [View](lint_results/pipeline-results/variantcomposition_lint.md) | [View](lint_results/prints-help-results/variantcomposition_help.txt) |
5156

5257
</details>
5358

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.376586+00:00
3+
- Generated: 2026-03-24T10:48:39.818892+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.376717+00:00
3+
- Generated: 2026-03-24T10:48:39.819093+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.376783+00:00
3+
- Generated: 2026-03-24T10:48:39.819209+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.387514+00:00
3+
- Generated: 2026-03-24T10:48:39.819310+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.387652+00:00
3+
- Generated: 2026-03-24T10:48:39.819415+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.387707+00:00
3+
- Generated: 2026-03-24T10:48:39.819510+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.387757+00:00
3+
- Generated: 2026-03-24T10:48:39.819603+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.387820+00:00
3+
- Generated: 2026-03-24T10:48:39.819693+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nextflow lint results
22

3-
- Generated: 2026-03-23T00:09:07.387910+00:00
3+
- Generated: 2026-03-24T10:48:39.819785+00:00
44
- Nextflow version: 26.03.0-edge
55
- Summary: No issues found

0 commit comments

Comments
 (0)