-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize Preprocessing based on each tool #830
Comments
Hi! You can always achieve this by setting the parrameter |
But wouldn't that make the pipeline skip recalibration for SNV/indel calling also? I usually run the pipeline with |
Yes, currently it is only possible to do one "type" of pre-processing. I would transfer this to a bigger feature requests: For scenarios such as above, it would be nice to allow different types of preprocessing. This would require tool based preprocessing steps, that ideally would still be customizable. Such as: md+ bqsr + haplotypecaller (examples are completely made up) This would llikely entail quite a massive change in how we manage data flow at the moment |
Other current options as a work around: Utilize the |
Description of feature
Hi,
It seems like the CNVkit workflow uses
cram_recalibrated
files as input here:sarek/subworkflows/nf-core/variantcalling/cnvkit/main.nf
Lines 8 to 12 in bcd7bf9
cram_markduplicates
?) for CNVkit analysis for utilizing off-target reads. This is especially important for custom panels where there are fewer target regions compared to WES.The text was updated successfully, but these errors were encountered: