Add a new module - gridss/extractoverlappingfragments - #12450
Open
imsarath wants to merge 6 commits into
Open
Conversation
imsarath
marked this pull request as draft
July 28, 2026 12:19
SPPearce
reviewed
Jul 29, 2026
| output: | ||
| tuple val(meta), path("*.subset.bam"), emit: bam | ||
| tuple val("${task.process}"), val('gridss'), eval("CallVariants --version 2>&1 | sed 's/-gridss//'"), topic: versions, emit: versions_gridss | ||
|
|
Contributor
There was a problem hiding this comment.
Please add the disambiguation check to ensure that the input and output bams don't have the same name.
Contributor
Author
There was a problem hiding this comment.
Yes, sure. Added the disambiguation check. Thanks for the review 👍
imsarath
marked this pull request as ready for review
July 29, 2026 13:38
Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
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.
This PR adds a module for gridss/extractoverlappingfragments; It extracts all alignments for read pairs with at least one alignment overlapping a set of regions of interest (including mate reads and supplementary alignments). This script is part of the GRIDSS toolkit and is primarily used to extract reads of interest for targeted GRIDSS structural variant calling. Github - PapenfussLab/gridss; The script is bundled within the main gridss installation
PR checklist
Closes #12422
topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda