Open
Conversation
yueyaog
requested changes
Jun 14, 2024
Collaborator
yueyaog
left a comment
There was a problem hiding this comment.
Some of the codes are not very robust. Request changes.
| "SomaticRearrangement.Svaba_Annotate_Rscript": "${workspace.svaba_annotations_script}", | ||
| "SomaticRearrangement.annotation_reference_bed": "${workspace.annotation_bed}", | ||
| "SomaticRearrangement.configFile": "${workspace.snpEff_config}", | ||
| "SomaticRearrangement.control_bam": "gs://gptag/tag_183/SM-CEMHS.bam", |
|
|
||
|
|
||
| command{ | ||
| Rscript ${merge_annotations_script} ${svaba_vcf} ${snpsift_table} \ |
Collaborator
There was a problem hiding this comment.
Submit this R script to Pull Request
| } | ||
| } | ||
|
|
||
| task snpEffCaller { |
Collaborator
There was a problem hiding this comment.
Do we really need use snpEff here? Is there something more efficient out there?
Collaborator
There was a problem hiding this comment.
Remove this WDL and merge the task to the main SVABA WDL
| } | ||
| runtime { | ||
| docker: "us.gcr.io/cromptonlab-001-mt/broadinstitute-gatk" | ||
| memory: "2 GB" |
Collaborator
There was a problem hiding this comment.
better to make it flexible
| } | ||
| } | ||
|
|
||
| task intersectAnnotate { |
Collaborator
There was a problem hiding this comment.
make the commands here less hard-coded
Collaborator
There was a problem hiding this comment.
lots of hard coded things. Better to do it with established tools.
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.
Adding changes that Mo and I have been working on here: https://github.com/broadinstitute/TAG/issues/1693