-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: added support for sequenza (414-2) #436
Conversation
…bitbucket or locally
…/snappy-pipeline into 414-defining-tumor-purityploidy
@@ -120,7 +121,7 @@ | |||
# Default configuration somatic_targeted_seq_cnv_calling | |||
step_config: | |||
somatic_targeted_seq_cnv_calling: | |||
tools: ['cnvkit'] # REQUIRED - available: 'cnvkit', 'copywriter', 'cnvetti_on_target' and 'cnvetti_off_target' |
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.
is copywriter removed as an option? The parameters are still around.
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.
I will change & keep copywriter in the list. All the code is there anyway, and might still be functional, except that CopywriteR is not in bioconductor/bioconda.
-gc {snakemake.input.gc} --fasta {genome} \ | ||
-n {snakemake.input.normal_bam} --tumor {snakemake.input.tumor_bam} \ | ||
-C {contigs} {extra_arguments} \ | ||
| sequenza-utils seqz_binning -s - \ |
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.
Is the "-s -" correct for the piping?
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.
Yes it is, -s
means that a seqz
file is expected, and -
means /dev/stdin
Add
sequenza
as a copy number caller, instead of bundling within thehomologous_recombination_deficiency
step.Advantages:
scarHRD
relies on an obsolete version ofsequenza
which returnsNA
for average coverage.scarHRD
sequenza
report (potentially, as it isn't implemented yet)