Separation of artifactual filter from somatic filter#280
Merged
FerriolCalvet merged 2 commits intodevfrom Apr 10, 2025
Merged
Conversation
- reordered blacklisting of mutations - add clean mutations module - not tested
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (4)
- conf/modules.config: Language not supported
- nextflow.config: Language not supported
- nextflow_schema.json: Language not supported
- subworkflows/local/mutationpreprocessing/main.nf: Language not supported
- writemaf --> germline_somatic - cleanmutations --> clean_germline_somatic - somaticmutations --> clean_somatic
FerriolCalvet
commented
Apr 10, 2025
Collaborator
Author
FerriolCalvet
left a comment
There was a problem hiding this comment.
looks good and tested
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.
Human summary
FIRST FILTER (for generating CLEANMUTATIONS)
SECOND FILTER (for generating SOMATICMUTATIONS)
new diagram of this subworkflow
AI summary
This pull request introduces several significant updates to the mutation preprocessing workflow, focusing on the addition of new filtering steps and the refinement of existing processes. The main changes include adding new modules for cleaning and filtering mutations, updating configuration parameters, and modifying the workflow to incorporate these new steps.
Key Changes:
Workflow Enhancements:
CLEANMUTATIONSandSOMATICMUTATIONS) to the workflow to refine mutation data before final processing. (subworkflows/local/mutationpreprocessing/main.nf) [1] [2]Configuration Updates:
filter_criteria_somaticto specify filters for somatic mutations, and updated the description forfilter_criteria. (nextflow.config)filter_criteria_somaticand revised the description forfilter_criteria. (nextflow_schema.json)Module Additions:
WRITEMAF,CLEANMUTATIONS, andSOMATICMUTATIONSto the process configuration to handle different stages of mutation filtering and output. (conf/modules.config)CLEANMUTATIONSmodule in the mutation preprocessing workflow to clean artifact mutations. (subworkflows/local/mutationpreprocessing/main.nf)These changes collectively enhance the mutation preprocessing workflow by adding more granular control over mutation filtering and ensuring cleaner data for downstream analysis.