-
Notifications
You must be signed in to change notification settings - Fork 14
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
Updated analysis: copy_number_consensus_call_manta to use only samples which do not have GATK CNV #410
Conversation
analyses/copy_number_consensus_call_manta/run_consensus_call.sh
Outdated
Show resolved
Hide resolved
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.
@zzgeng can you update the name of this output file to read cnv-consensus-manta.seg.gz
and cnv-consensus-manta.tsv
I forgot this requires an update to CI testing files to enrich for these non-GATK samples in order to pass. Will create a ticket. |
All modules, including this one passed CI 👍 |
Purpose/implementation Section
What scientific question is your analysis addressing?
What was your approach?
Create a script/update a script to pull in only WGS samples which are not present in the cnv-gatk.seg.gz file and run the consensus using manta SV instead.
What GitHub issue does your pull request address?
#387
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
script/missing_WGS.R
run_consensus_call.sh
Is there anything that you want to discuss further?
Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?
Results
What types of results are included (e.g., table, figure)?
table
What is your summary of the results?
Reproducibility Checklist
Documentation Checklist
README
and it is up to date.analyses/README.md
and the entry is up to date.