-
Notifications
You must be signed in to change notification settings - Fork 596
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
VS 483 Beta user wdl #7894
VS 483 Beta user wdl #7894
Conversation
78324dc
to
bf7675e
Compare
|
||
import "GvsUnified.wdl" as Unified | ||
|
||
workflow GvsVariantCalling { |
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.
Is the idea that this is what we will use for the beta workspace?
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.
yes!
811ab96
to
bc1b4d0
Compare
Codecov Report
@@ Coverage Diff @@
## ah_var_store #7894 +/- ##
================================================
Coverage ? 86.288%
Complexity ? 35194
================================================
Files ? 2170
Lines ? 164888
Branches ? 17785
================================================
Hits ? 142278
Misses ? 16288
Partials ? 6322 |
260704f
to
3fbcaed
Compare
3fbcaed
to
0aaf719
Compare
|
||
String extract_output_file_base_name = sub(callset_identifier, "\s+|\_+", "-") | ||
String extract_table_prefix = sub(callset_identifier, "\s+|\_+", "-") | ||
if(false) { |
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.
This seems unusual -- can you add a comment as to why this is necessary?
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.
yes! it's because I'm obnoxiously asking the user to come up with a name that I will use for the filter set name, and the prepare table names and the exported vcf / interval lists names, so I dont want any spaces
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'll add a comment to the code too (!)
Array[String] external_sample_names | ||
Array[File] input_vcfs | ||
Array[File] input_vcf_indexes | ||
String callset_identifier |
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: I believe elsewhere we are using "call_set_identifier"
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 👍🏻
* create wrapper wdl for Beta users * update dockstore * remove dead old readme * update readme to be used by beta users * okay i thought i deleted this * update naming * update sample set creation * make wom happy * update dockstore * short term remove dir * remove samples_are_controls from unified * pr revisions * make the many optional inputs go away * dont allow illegal names * remove done tag * add public jar * remove superfluous file * dont allow spaces in filter set name either * correct the regex * rename callset id
A wrapper WDL that cuts down on excess params for our Beta users