-
Notifications
You must be signed in to change notification settings - Fork 487
Use original QC values for Deepvariant after BQSR #1733
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
base: dev
Are you sure you want to change the base?
Conversation
|
|
Can't get the described flags to work. Asked about here: google/deepvariant#908 |
|
Tests are currently failing because the test data does not have bqsr quality scores. We need to swap out the data used for deepvariant testing |
| ext.args = { params.wes ? "--model_type=WES" : "--model_type=WGS" } | ||
| ext.args = [ | ||
| params.wes ? "--model_type=WES" : "--model_type=WGS" , | ||
| !params.skip_tools?.contains("baserecalibrator") ? "--make_examples_extra_args '--parse_sam_aux_fields=true,--use_original_quality_scores=true'" : '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| !params.skip_tools?.contains("baserecalibrator") ? "--make_examples_extra_args '--parse_sam_aux_fields=true,--use_original_quality_scores=true'" : '' | |
| !params.skip_tools?.contains("baserecalibrator") ? "--make_examples_extra_args 'parse_sam_aux_fields=true,use_original_quality_scores=true'" : '' |
That way it works for me.
Closes #682
PR checklist
nf-core lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).