-
Notifications
You must be signed in to change notification settings - Fork 418
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
Dnascope module and subworkflow in Sarek #1193
Conversation
|
…t-valling with Dnascope
…alling with Sentieon Dnascope
…plotyper_joint_germline
…nd genotype_tbi. (Needed for output csv-file.)
Can you check the merge conflicts? |
… Sentieon/haplotyper/joint_germline
LGTM |
Can you sync and update CHANGELOG |
|
||
process { | ||
|
||
// TO-DO: duplicate!! |
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.
do we need an issue for this todo?
joint_mutect2 = false // if true, enables patient-wise multi-sample somatic variant calling | ||
only_paired_variant_calling = false // if true, skips germline variant calling for normal-paired sample | ||
sentieon_dnascope_emit_mode = "variant" // default value for Sentieon dnascope | ||
sentieon_dnascope_model = "https://s3.amazonaws.com/sentieon-release/other/SentieonDNAscopeModel1.1.model" |
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.
was this the s3 thing you guys mentioned or is this something new?
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.
Yeah, I believe Maxime is working on getting that file into igenomes.
Great work, sorry I only got to review it now. Do you have a chance to add it to the subway map/overview image? |
Oh, I totally forgot about that, Rike. I'm afraid I don't know how to use those graphics programs for updating the diagrams. Perhaps you or @maxulysse could update the diagrams? |
Sure. It's an alternative to haplotyper, right? When would you choose which? |
Yes, it is an alternative to Sentieon's haplotyper, but where as Sentieon's haplotyper was designed to give the same results at GATK's haplotypercaller - but faster, Sentieon's dnascope improves both "speed and accuracy, and it can perform structural variant calling in addition to calling SNPs and small indels." |
ok so in the plot should move it inbetween SNps/indels and svs then |
I was thinking more of the sbway map. Anyways I'll make a proposal in the coming days and send it your way |
Implementation of DNAscope. #405
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).