-
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
removing required FASTA reference input in SV discovery pipeline #3673
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3673 +/- ##
==============================================
+ Coverage 79.394% 79.41% +0.016%
Complexity 17371 17371
==============================================
Files 1139 1139
Lines 62685 62681 -4
Branches 9526 9526
==============================================
+ Hits 49768 49775 +7
+ Misses 9120 9109 -11
Partials 3797 3797
|
0a96f0f
to
ed0ebc5
Compare
@TedBrookings will you be willing to take a look? |
Yeah, I've done a quick skim and it looks like I should be able to review. |
Thanks! |
} | ||
|
||
} | ||
|
||
@DataProvider(name = "discoverVariantsFromContigAlignmentsSparkIntegrationTest") | ||
public Object[][] createTestData() throws IOException { |
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.
Maybe due to my lack of java knowledge, but why was the "throws IOException" removed?
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.
For record keeping: my version of IDE indicates the function (or actually the function it calls into) now doesn't throw IOException
any more, so I removed it.
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.
After personal discussion, I'm okay with all changes. The only change I would suggest is in in SimpleStrandSwitchVariantDetector.java line 3 and also in InsDelVariantDetector.java line 3: importing PipelineOptions is no longer needed
…ts dict) for sorting variants in output VCF, now using header in input SAM/BAM
1fa9e6e
to
5b32bac
Compare
(for its dict) for sorting variants in output VCF, now using header in input SAM/BAM