Add GATK contamination check for WES/WGS samples#2
Open
dorotejavujinovic wants to merge 1213 commits into
Open
Add GATK contamination check for WES/WGS samples#2dorotejavujinovic wants to merge 1213 commits into
dorotejavujinovic wants to merge 1213 commits into
Conversation
Replace ch_publish/subworkflow_results with named channels for qc bam outputs
Migrate call_mobile_elements and annotate_consequence_pli to typed workflow outputs
Replace ch_publish/emit: publish pattern in the call_repeat_expansions subworkflow with named channel emits
…tion outputs via workflow outputs instead of publishDir
…nation.py to root bin; remove duplicate CREATE_* includes; rename skip_tools option to gatkcontamination
Replace ch_publish with named typed channel emits for prepare_references subworkflow
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
Replace ch_publish with named typed channel emits for variant_evaluation subworkflow
Replace `ch_publish` with named typed channel emits for `rank_variants` subworkflow
Replace ch_publish/subworkflow_results with named typed channel emits for gens and generate_cytosure_files subworkflows
new metromaps with mitosalt and no eklipse
…lean # Conflicts: # main.nf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds GATK-based contamination detection to complement VerifyBamID2 for more reliable contamination estimation across both WGS and WES samples.
Motivation
Changes
CONTAMINATION_CHECKsubworkflow using GATK4PARSE_CONTAMINATIONmodule for MultiQC integrationGetPileupSummariesandCalculateContaminationmodulesUsage
Testing
Technical Details
Channel.empty()for genome-wide analysis