-
Notifications
You must be signed in to change notification settings - Fork 594
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 top-level class documentation for Funcotator. #4655
Conversation
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.
One more comment: How are transcript version numbers handled in the datasources?
Minor stuff.
@@ -172,6 +174,7 @@ | |||
* -R reference.fasta \ | |||
* -V input.vcf \ | |||
* -O output.vcf \ |
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 sure the output file should still have a name of ".vcf" if the output format is MAF?
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.
Good point. Fixed!
It's supposed to ignore transcript version numbers, but it looks like right now it doesn't. I'll add in an issue for it. |
5419c9a
to
2f0e699
Compare
Codecov Report
@@ Coverage Diff @@
## master #4655 +/- ##
==============================================
+ Coverage 86.48% 86.485% +0.005%
- Complexity 29166 29168 +2
==============================================
Files 1813 1813
Lines 135256 135256
Branches 15027 15027
==============================================
+ Hits 116969 116976 +7
+ Misses 12825 12818 -7
Partials 5462 5462
|
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.
@jonn-smith Double check that this is okay to merge, but it looks like you addressed my comment previously.
It's still accurate, but this info needs to be added to. I'll merge it, but we'll need to do another one of these in relatively short order. |
…#4655) * Updated top-level class documentation for Funcotator.
Fixes #4654