Skip to content

Commit 61cfd13

Browse files
Update lint results [skip ci]
1 parent 4bbaeaf commit 61cfd13

File tree

55 files changed

+138
-495
lines changed

Some content is hidden

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

55 files changed

+138
-495
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ 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-02 00:06:30 UTC
15+
- **Last updated:** 2026-03-03 00:11:18 UTC
1616
- **Nextflow version:** 26.02.0-edge
1717

1818
## Pipelines
1919

20-
- **Total:** 0 parse errors, 80 errors, 191 warnings across 19 pipelines
21-
- **Zero errors:** 15 pipelines (78.9%)
20+
- **Total:** 0 parse errors, 67 errors, 144 warnings across 19 pipelines
21+
- **Zero errors:** 16 pipelines (84.2%)
2222

2323
| Errors | Warnings |
2424
| :------------------------------------------: | :----------------------------------------------: |
@@ -30,12 +30,12 @@ The goal is for all sanger-tol pipelines to run without errors using strict synt
3030
| Pipeline | Parse Error | Errors | Warnings | Prints Help | Lint Output | Help Output |
3131
| ----------------------------------------------------------------------------------------------- | :---------: | -----: | -------: | :---------: | :-----------------------------------------------------------------: | :---------------------------------------------------------------------: |
3232
| :x: [genealignment](https://github.com/sanger-tol/genealignment) | No | 61 | 28 | - | [View](lint_results/pipeline-results/genealignment_lint.md) | - |
33-
| :x: [curationpretext](https://github.com/sanger-tol/curationpretext) | No | 13 | 53 | - | [View](lint_results/pipeline-results/curationpretext_lint.md) | - |
3433
| :x: [zippypretext](https://github.com/sanger-tol/zippypretext) | No | 5 | 15 | - | [View](lint_results/pipeline-results/zippypretext_lint.md) | - |
3534
| :x: [ascc](https://github.com/sanger-tol/ascc) | No | 1 | 7 | - | [View](lint_results/pipeline-results/ascc_lint.md) | - |
3635
| :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) |
3736
| :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) |
3837
| :white_check_mark: [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: [curationpretext](https://github.com/sanger-tol/curationpretext) | No | 0 | 6 | No | [View](lint_results/pipeline-results/curationpretext_lint.md) | [View](lint_results/prints-help-results/curationpretext_help.txt) |
3939
| :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) |
4040
| :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) |
4141
| :white_check_mark: [genomeassembly](https://github.com/sanger-tol/genomeassembly) | No | 0 | 1 | Yes | [View](lint_results/pipeline-results/genomeassembly_lint.md) | [View](lint_results/prints-help-results/genomeassembly_help.txt) |
@@ -94,7 +94,7 @@ The goal is for all sanger-tol pipelines to run without errors using strict synt
9494

9595
## Subworkflows
9696

97-
- **Total:** 0 parse errors, 0 errors, 2 warnings across 16 subworkflows
97+
- **Total:** 0 parse errors, 0 errors, 4 warnings across 16 subworkflows
9898
- **Zero errors:** 16 subworkflows (100.0%)
9999

100100
| Errors | Warnings |
@@ -107,6 +107,7 @@ The goal is for all sanger-tol pipelines to run without errors using strict synt
107107
| Subworkflow | Parse Error | Errors | Warnings | Lint Output |
108108
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: | -----: | -------: | :---------------------------------------------------------------------------------------: |
109109
| :white_check_mark: [gap_finder](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/gap_finder) | No | 0 | 2 | [View](lint_results/subworkflow-results/gap_finder_lint.md) |
110+
| :white_check_mark: [telo_finder](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/telo_finder) | No | 0 | 2 | [View](lint_results/subworkflow-results/telo_finder_lint.md) |
110111
| :white_check_mark: [ancestral_annotation](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/ancestral_annotation) | No | 0 | 0 | [View](lint_results/subworkflow-results/ancestral_annotation_lint.md) |
111112
| :white_check_mark: [bam2cool](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/bam2cool) | No | 0 | 0 | [View](lint_results/subworkflow-results/bam2cool_lint.md) |
112113
| :white_check_mark: [bam_samtools_merge_markdup](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/bam_samtools_merge_markdup) | No | 0 | 0 | [View](lint_results/subworkflow-results/bam_samtools_merge_markdup_lint.md) |
@@ -121,7 +122,6 @@ The goal is for all sanger-tol pipelines to run without errors using strict synt
121122
| :white_check_mark: [pacbio_preprocess](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/pacbio_preprocess) | No | 0 | 0 | [View](lint_results/subworkflow-results/pacbio_preprocess_lint.md) |
122123
| :white_check_mark: [pairs_create_contact_maps](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/pairs_create_contact_maps) | No | 0 | 0 | [View](lint_results/subworkflow-results/pairs_create_contact_maps_lint.md) |
123124
| :white_check_mark: [soft_masked_fasta_repeats](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/soft_masked_fasta_repeats) | No | 0 | 0 | [View](lint_results/subworkflow-results/soft_masked_fasta_repeats_lint.md) |
124-
| :white_check_mark: [telo_finder](https://github.com/sanger-tol/nf-core-modules/tree/main/subworkflows/sanger-tol/telo_finder) | No | 0 | 0 | [View](lint_results/subworkflow-results/telo_finder_lint.md) |
125125

126126
</details>
127127

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-02T00:06:10.080220+00:00
3+
- Generated: 2026-03-03T00:11:02.909889+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.080383+00:00
3+
- Generated: 2026-03-03T00:11:02.910066+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.080504+00:00
3+
- Generated: 2026-03-03T00:11:02.910197+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.080645+00:00
3+
- Generated: 2026-03-03T00:11:02.910352+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.080771+00:00
3+
- Generated: 2026-03-03T00:11:02.910468+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.080898+00:00
3+
- Generated: 2026-03-03T00:11:02.910603+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.080999+00:00
3+
- Generated: 2026-03-03T00:11:02.910727+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.081138+00:00
3+
- Generated: 2026-03-03T00:11:02.910851+00:00
44
- Nextflow version: 26.02.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-02T00:06:10.081334+00:00
3+
- Generated: 2026-03-03T00:11:02.910971+00:00
44
- Nextflow version: 26.02.0-edge
55
- Summary: No issues found

0 commit comments

Comments
 (0)