Skip to content

Minor Release - Version 1.5.0#300

Merged
kubranarci merged 149 commits into
masterfrom
dev
Apr 22, 2026
Merged

Minor Release - Version 1.5.0#300
kubranarci merged 149 commits into
masterfrom
dev

Conversation

@kubranarci
Copy link
Copy Markdown
Contributor

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/variantbenchmarking branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@nf-core-bot
Copy link
Copy Markdown
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.1.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@heylf heylf self-assigned this Apr 17, 2026
Copy link
Copy Markdown

@heylf heylf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@jfy133 jfy133 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To speed up the review, I've not checked:

  • Python scripts (as I don't know really know the language)
  • For all modules I only checked environment.yml for version bumps not listed in CHANGELOG
  • I've not checked the meta.yaml of modules/subworkflows as we aren't really using them for anything yet in nf-core ;)

No blockers AFAICS, but just to double check given you had quite a few module deletion etc, there is no changes to output files etc. that requires an update to output./md?

"id": "test_intersect",
"caller": "manta"
},
"test_intersect.truth.manta_TP_base.bed:md5,d41d8cd98f00b204e9800998ecf8427e"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this expected to be empty?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was not a good intersection example, no TP produced. I will try to have a better example.

"id": "test_intersect",
"caller": "manta"
},
"test_intersect.truth.manta_TP_comp.bed:md5,d41d8cd98f00b204e9800998ecf8427e"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this? etc

@@ -4,6 +4,4 @@ channels:
- conda-forge
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I.... that's an odd change???

Comment thread modules/nf-core/gawk/environment.yml
Comment thread modules/nf-core/gnu/sort/environment.yml

// apply sompy for small somatic variant benchmarking
HAPPY_SOMPY(
input_ch.map{meta, test, test_index, truth, truth_index, regions, target -> [meta, test, truth, regions, target]},
input_ch.map{meta, test, test_index_, truth, truth_index_, regions, target -> [meta, test, truth, regions, target]},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
input_ch.map{meta, test, test_index_, truth, truth_index_, regions, target -> [meta, test, truth, regions, target]},
input_ch.map{meta, test, _test_index, truth, _truth_index, regions, target -> [meta, test, truth, regions, target]},

Shouldn't it be this way around? :think

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks weird indeed 🗡️

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot commit your suggestions directly unfortunately (since dev is protected).

)

compressed_ch = ch_inputs.compressed.join(TABIX_TABIX_2.out.index)
vcf_ch = TABIX_BGZIPTABIX.out.gz_index.mix(compressed_ch)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a feeling now you have a particular system for these, so you can probably disregard all my previous comments if you have a particular pattern for putting _ch at the end

Comment thread workflows/variantbenchmarking.nf Outdated
Comment thread workflows/variantbenchmarking.nf Outdated
Comment thread workflows/variantbenchmarking.nf
@jfy133
Copy link
Copy Markdown
Member

jfy133 commented Apr 22, 2026

I can confirm you can merge/release once #301 merged into dev!

kubranarci and others added 5 commits April 22, 2026 10:18
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
@kubranarci
Copy link
Copy Markdown
Contributor Author

I can confirm you can merge/release once #301 merged into dev!

Thank you @jfy133 for suggestions and review!

@kubranarci kubranarci merged commit 8b21c01 into master Apr 22, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants