Add validation for missing bait/target intervals with picard_collecthsmetrics - #280
Open
maxulysse wants to merge 5 commits into
Open
Add validation for missing bait/target intervals with picard_collecthsmetrics#280maxulysse wants to merge 5 commits into
maxulysse wants to merge 5 commits into
Conversation
|
❌ nf-test failed with latest Nextflow versionNote Tests with Nextflow's latest version failed but it will not cause a CI workflow failure.
See the full run for details. |
- Change missing fasta warning to error for picard/riker tools - Add validation for riker collectors (wgs, gcbias, error, rna) that require interval files not yet supported as pipeline parameters - Move picard missing fasta test from no_genome to tools_picard - Add tests for riker unsupported collectors validation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add validation that fails fast with a clear error message when
picard_collecthsmetricsis requested but--bait_intervalsand/or--target_intervalsare not provided.Changes:
error()inPIPELINE_INITIALISATIONsubworkflow for missing intervalstests/tools_picard.nf.testverifying the validationGenerated by opencode
Verified by @maxulysse