Skip to content
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

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

SHuang-Broad
Copy link
Contributor

(for its dict) for sorting variants in output VCF, now using header in input SAM/BAM

@SHuang-Broad SHuang-Broad added the SV label Oct 6, 2017
@codecov-io
Copy link

codecov-io commented Oct 6, 2017

Codecov Report

Merging #3673 into master will increase coverage by 0.016%.
The diff coverage is 0%.

@@              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
Impacted Files Coverage Δ Complexity Δ
...tructuralVariationDiscoveryArgumentCollection.java 96.667% <ø> (ø) 0 <0> (ø) ⬇️
...e/hellbender/tools/spark/sv/utils/SVVCFWriter.java 86.047% <ø> (ø) 10 <0> (ø) ⬇️
.../sv/discovery/prototype/InsDelVariantDetector.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...iscoverFromLocalAssemblyContigAlignmentsSpark.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...y/prototype/SimpleStrandSwitchVariantDetector.java 28.387% <0%> (+0.539%) 13 <0> (ø) ⬇️
...e/hellbender/engine/spark/SparkContextFactory.java 73.973% <0%> (+2.74%) 11% <0%> (ø) ⬇️
...oadinstitute/hellbender/utils/gcs/BucketUtils.java 79.87% <0%> (+3.247%) 39% <0%> (ø) ⬇️

@SHuang-Broad SHuang-Broad force-pushed the sh_sv_drop_required_refFASTA branch from 0a96f0f to ed0ebc5 Compare October 12, 2017 18:05
@SHuang-Broad
Copy link
Contributor Author

@TedBrookings will you be willing to take a look?

@TedBrookings
Copy link
Contributor

Yeah, I've done a quick skim and it looks like I should be able to review.

@SHuang-Broad
Copy link
Contributor Author

Thanks!

}

}

@DataProvider(name = "discoverVariantsFromContigAlignmentsSparkIntegrationTest")
public Object[][] createTestData() throws IOException {
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

@TedBrookings TedBrookings left a 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
@SHuang-Broad SHuang-Broad force-pushed the sh_sv_drop_required_refFASTA branch from 1fa9e6e to 5b32bac Compare October 12, 2017 20:58
@SHuang-Broad SHuang-Broad merged commit 7dbc0bb into master Oct 13, 2017
@SHuang-Broad SHuang-Broad deleted the sh_sv_drop_required_refFASTA branch October 13, 2017 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants