Draft
Conversation
PR checklist
|
|
kristinebilgrav
commented
Mar 27, 2026
kristinebilgrav
commented
Mar 30, 2026
| include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline' | ||
| include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline' | ||
| include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_oncorefiner_pipeline' | ||
| include { PREPARE_REFERENCES } from '../subworkflows/local/prepare_references' |
Contributor
Author
There was a problem hiding this comment.
IDK why this appears here - could be something weird from my merge with dev?
kristinebilgrav
commented
Mar 30, 2026
Comment on lines
+48
to
+68
| ch_samplesheet // channel: [mandatory] samplesheet read in from --input | ||
| ch_cadd_header // channel: [mandatory] [ path(txt) ] | ||
| ch_cadd_prescored_indels // channel: [optional] [ val(meta), path(dir) ] | ||
| ch_cadd_resources // channel: [optional] [ val(meta), path(dir) ] | ||
| ch_genome_fasta // channel: [optional] [val(meta), path(fasta)] | ||
| ch_genome_fai // channel: [optional] [val(meta), path(fai)] | ||
| ch_snv_vcf // channel: [optional] [val(meta), path(vcf)] | ||
| ch_snv_vcf_tbi // channel: [optional] [val(meta), path(vcf.tbi)] | ||
| ch_sv_dbs // channel: [optional] [path(csv)] | ||
| ch_sv_vcf // channel: [optional] [val(meta), path(vcf)] | ||
| ch_sv_vcf_tbi // channel: [optional] [val(meta), path(vcf.tbi)] | ||
| ch_vcfanno_extra // channel: [optional] [path(extra_file1), path(extra_file2), ...] | ||
| ch_vcfanno_lua // channel: [optional] [path(lua_file)] | ||
| ch_vcfanno_resources // channel: [optional] [path(resource_file1), path(resource_file2), ...] | ||
| ch_vcfanno_toml // channel: [optional] [path(toml_file)] | ||
| ch_vep_cache // channel: [optional] [vep_cache_files] | ||
| ch_vep_extra_files // channel: [optional] [path(plugin_file1), path(plugin_file2), ...] | ||
| val_cadd_resources // string: [optional] path to CADD resources directory | ||
| val_genome // string: [optional] genome assembly (e.g. "GRCh38") | ||
| val_species // string: [optional] species (e.g. "homo_sapiens") | ||
| val_vep_cache_version // string: [optional] version of vep cache to use (e.g. "107") |
Contributor
Author
There was a problem hiding this comment.
Same here, I think I just fixed the spacing of the comments for the ones I did not add
kristinebilgrav
commented
Mar 30, 2026
|
|
||
| PREPARE_REFERENCES ( | ||
| params.vep_cache | ||
| val_vep_cache |
Contributor
Author
There was a problem hiding this comment.
Noticed that this was still param and not val (#58)
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.
Closes https://github.com/Clinical-Genomics/wgs-cancer-pipeline/issues/27
Added
stubmode only currentlyTest on hasta