Open
Conversation
LouisLeNezet
requested changes
Apr 20, 2026
Contributor
LouisLeNezet
left a comment
There was a problem hiding this comment.
Just a few small changes, but good to go otherwise !
Comment on lines
+56
to
+57
| ch_versions = ch_versions.mix(QUILT_QUILT2.out.versions_r_quilt) | ||
| ch_versions = ch_versions.mix(QUILT_QUILT2.out.versions_r_base) |
Contributor
There was a problem hiding this comment.
Shouldn't QUILT2 use topics for that ?
|
|
||
| withName: BCFTOOLS_INDEX { | ||
| ext.args = "--tbi" | ||
| publishDir = [enabled: false] |
Contributor
There was a problem hiding this comment.
I don't think publishDir is necessary for the unittest
| tag "glimpse2" | ||
| tag "glimpse2/ligate" | ||
|
|
||
| test("Impute with quilt2 one individual, one region, map and fasta") { |
Contributor
There was a problem hiding this comment.
Could you add the optional bamnames input file to ensure it does work properly.
This file will be necessary for phaseimpute to work with simulated data at the validation step.
| # yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json | ||
| name: "bam_impute_quilt2" | ||
| description: | | ||
| Impute low-coverage BAM or CRAM inputs with QUILT2 and ligate chunked outputs per chromosome. |
Contributor
There was a problem hiding this comment.
Could you just add a line to explain that the regionout key will be used to store temporarily the region and therefore shouldn't be used in the meta maps ?
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.
PR checklist
Closes #XXX
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