Separate depths script into summary and within gene plotting#281
Merged
FerriolCalvet merged 4 commits intodevfrom Apr 22, 2025
Merged
Separate depths script into summary and within gene plotting#281FerriolCalvet merged 4 commits intodevfrom
FerriolCalvet merged 4 commits intodevfrom
Conversation
…otting - NOT TESTED
- Not tested
4 tasks
Contributor
There was a problem hiding this comment.
Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (4)
- conf/modules.config: Language not supported
- modules/local/plot/depths_summary/main.nf: Language not supported
- subworkflows/local/plotdepths/main.nf: Language not supported
- workflows/deepcsa.nf: Language not supported
Contributor
There was a problem hiding this comment.
Copilot reviewed 1 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (6)
- conf/modules.config: Language not supported
- conf/test_real.config: Language not supported
- conf/tools/omega.config: Language not supported
- modules/local/plot/depths_summary/main.nf: Language not supported
- subworkflows/local/plotdepths/main.nf: Language not supported
- workflows/deepcsa.nf: Language not supported
Member
There was a problem hiding this comment.
Nicely done - I love the PR scope being very strict to the enhancement update, the cleaning of the plot files and the overall improved logic.
I only have a small comment regarding a possible ambiguity in the output in a process - other than that - very well done!
Collaborator
Author
|
keep an eye in the comments for potential future issues regarding output channels |
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.
The user will now always get a summary of the depths by default, and then if interested and turns on the plot_depths parameter it will also get the plots of the depth within a gene, meaning how much coverage per position in gene, exon and so on...