-
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
Updated the experimental funcotator.wdl to work properly in cromwell. #4870
Conversation
Tested with Cromwell 30.2
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.
Very minor. If you address, feel free to merge.
|
||
String? data_sources_tar_gz | ||
File? interval_list |
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.
Need to add a comment up top for interval_list
parameter. Make sure to mention that it is optional.
String? transcript_selection_mode | ||
Array[String]? transcript_selection_list | ||
Array[String]? annotation_defaults | ||
Array[String]? annotation_overrides | ||
File? gatk4_jar_override | ||
|
||
call MakeItFunky { | ||
String? funcotator_extra_args |
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.
Need to add a comment up top for funcotator_extra_args
Codecov Report
@@ Coverage Diff @@
## master #4870 +/- ##
==============================================
+ Coverage 80.42% 80.528% +0.108%
- Complexity 17813 18352 +539
==============================================
Files 1089 1089
Lines 64133 65588 +1455
Branches 10340 10743 +403
==============================================
+ Hits 51576 52817 +1241
- Misses 8499 8649 +150
- Partials 4058 4122 +64
|
Tested with Cromwell 30.2