-
Notifications
You must be signed in to change notification settings - Fork 498
Bump Deepvariant, add sample name arg #1992
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
Conversation
|
| ext.args = { params.wes ? "--model_type=WES" : "--model_type=WGS" } | ||
| ext.args = {[ | ||
| params.wes ? "--model_type=WES" : "--model_type=WGS", | ||
| meta.sample ? "--sample_name ${meta.sample}": "", |
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.
does deepvariant version 1.8 support this already? otherwise we will need to update to 1.9 and update the snaps
|
I think we need |
Co-authored-by: Maxime U Garcia <[email protected]>
famosab
left a comment
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.
🚀 Lets see if the tests pass!
maxulysse
left a comment
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.
just need to update snapshots, but it looks good to me
|
What's the password to update the snapshots? |
|
Honestly I just run |
|
Could someone else fix up the snapshots? the multiqc container doesn't agree with my mac... EDIT: nvm, was able to fix it on another server |
|
Any idea why the VCF changed snapshots? |
|
Sorry, I didn't check... |
--sample_namearg to deepvariant configPR checklist
nf-core pipelines 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).