-
Notifications
You must be signed in to change notification settings - Fork 597
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
318 Sites only filtered vcf then annotate wdl #7305
318 Sites only filtered vcf then annotate wdl #7305
Conversation
56d7fab
to
15eabc6
Compare
41dd070
to
caef686
Compare
* private branch * added partial SA support * switch to ssd * update docker * attempt to improve performance and call caching * wip * full SA support * wrong task * added SA to json parsing
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.
It looks like there are a lot of comments/TODOs in GvsSitesOnlyVCF
that are either outdated or should be documented in separate tickets.
Note: don't forget to remove your inclusion of your branch (rc-318-sites-only-filtered-vcf-then-annotate-wdl
) in .dockstore.yml
before merging.
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.
Some questions comments on GvsSitesOnlyVCF.wdl
} | ||
} | ||
|
||
task ExtractACANAF { |
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.
doesn't look like this task is ever called?
call PrepAnnotationJson { | ||
input: | ||
annotation_json = AnnotateShardedVCF.annotation_json, | ||
output_name = "${i}.json.gz", |
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.
nit: maybe something like output_file_suffix
for clarity?
File nirvana_schema_json_file | ||
File vat_vt_schema_json_file | ||
File vat_genes_schema_json_file |
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.
Not sure why these are inputs; aren't these files part of this PR to the repo? Is the nirvana schema likely to change?
68bb7b4
to
efbc4bc
Compare
cedac65
to
84822ac
Compare
84822ac
to
4656c46
Compare
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.
LGTM 👍🏻
069eedd
to
6828829
Compare
No description provided.