-
Notifications
You must be signed in to change notification settings - Fork 72
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
Refine complex variants and translocations #736
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
80d9a8d
port RefineComplexVariants from ManualReview/FilterComplex
epiercehoffman a550faa
remove dependency on manually created files
epiercehoffman b149686
add json templates
epiercehoffman b3f31b5
rescue ME dels in CleanVcf
epiercehoffman b556ba2
recal qual after gt filtering
epiercehoffman 7ddf9e9
use source for ins_idel not cpx_intervals
epiercehoffman 3e61822
pass ctx revisions dict to revise
epiercehoffman 85817c0
set filter to pass if empty
epiercehoffman 755c364
import median, move me del rescue to end of cleanvcf
epiercehoffman d32de60
align ctx revise with input file; cleanup revise
epiercehoffman 64cce6e
cleanvcf me del rescue fixes
epiercehoffman 608908c
parametrize min pe; remove top-level script override input
epiercehoffman 0d00695
add hervk/line1 reference inputs; add RefineComplexVariants to docs
epiercehoffman 395ded1
add downstream steps to dockstore.yml
epiercehoffman 12ba977
add sanitizeheader to filtergenotypes & fix jsons
epiercehoffman c473dcb
update sanitize task
epiercehoffman b8c3617
lint
epiercehoffman 01c44b2
lint
epiercehoffman 16f436b
lint
epiercehoffman 70a6bfb
update pipeline diagram, remove UNRESOLVED_TYPE for ME DELs
epiercehoffman 97b97cb
1 cpu for rescue me dels
epiercehoffman 256e24d
include existing no-call GTs in NCR calculation
epiercehoffman 15282bc
svconcordance should use cpx refined vcf as input now
epiercehoffman 028fc68
reduce resources for a few tasks based on monitoring
epiercehoffman 1034a5c
select PASS for MainVcfQc
epiercehoffman 6e1c22c
fix ncr
epiercehoffman 6803944
fix ncr for mcnvs; update ref panel output vcfs cleanvcf -> filtergeno
epiercehoffman 50f78bc
include multiallelics in default qc; update qc tarball for ref panel
epiercehoffman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
2 changes: 2 additions & 0 deletions
2
inputs/templates/terra_workspaces/cohort_mode/workflow_configurations/CleanVcf.json.tmpl
This file contains 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
This file contains 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
17 changes: 17 additions & 0 deletions
17
...ates/terra_workspaces/cohort_mode/workflow_configurations/RefineComplexVariants.json.tmpl
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"RefineComplexVariants.vcf": "${this.cleaned_vcf}", | ||
"RefineComplexVariants.prefix": "${this.sample_set_set_id}", | ||
|
||
"RefineComplexVariants.batch_name_list": "${this.sample_sets.sample_set_id}", | ||
"RefineComplexVariants.batch_sample_lists": "${this.sample_sets.filtered_batch_samples_file}", | ||
"RefineComplexVariants.PE_metrics": "${this.sample_sets.merged_PE}", | ||
"RefineComplexVariants.PE_metrics_indexes": "${this.sample_sets.merged_PE_index}", | ||
"RefineComplexVariants.Depth_DEL_beds": "${this.sample_sets.merged_dels}", | ||
"RefineComplexVariants.Depth_DUP_beds": "${this.sample_sets.merged_dups}", | ||
|
||
"RefineComplexVariants.n_per_split": "15000", | ||
|
||
"RefineComplexVariants.sv_base_mini_docker": "${workspace.sv_base_mini_docker}", | ||
"RefineComplexVariants.sv_pipeline_docker": "${workspace.sv_pipeline_docker}", | ||
"RefineComplexVariants.linux_docker": "${workspace.linux_docker}" | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
You may need to rebase since the FilterGenotypes documentation is merged now.
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.
I rebased yesterday after you merged - I didn't add these lines from scratch, just updated the numbering