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

Removed check in PrintReadsSpark for coordinate sorted bam #4853

Merged
merged 2 commits into from
Jun 12, 2018

Conversation

jamesemery
Copy link
Collaborator

@jamesemery jamesemery commented Jun 6, 2018

Depends on #4545

Fixes #4818

@jamesemery jamesemery requested a review from lbergelson June 6, 2018 19:25
@codecov-io
Copy link

codecov-io commented Jun 6, 2018

Codecov Report

Merging #4853 into master will increase coverage by 0.006%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##              master     #4853       +/-   ##
===============================================
+ Coverage     80.421%   80.427%   +0.006%     
- Complexity     17820     17821        +1     
===============================================
  Files           1089      1089               
  Lines          64161     64159        -2     
  Branches       10344     10344               
===============================================
+ Hits           51599     51601        +2     
+ Misses          8501      8497        -4     
  Partials        4061      4061
Impacted Files Coverage Δ Complexity Δ
...lbender/tools/spark/pipelines/PrintReadsSpark.java 100% <ø> (ø) 3 <0> (-1) ⬇️
...utils/smithwaterman/SmithWatermanIntelAligner.java 90% <0%> (+40%) 3% <0%> (+2%) ⬆️

Copy link
Member

@lbergelson lbergelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jamesemery This seems sane to me. 👍 after the slight test update, and the previous branch going.

@@ -170,7 +170,7 @@ public void testSequenceDictionaryValidation() throws Exception {
};
}

@Test(dataProvider="testFileToFile_queryNameSorted", expectedExceptions = UserException.class, groups="spark")
@Test(dataProvider="testFileToFile_queryNameSorted", groups="spark")
public void testFileToFile_queryNameSorted(String fileIn, String extOut, String reference) throws Exception {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add assertions to these tests that the input file actually claims to be queryname sorted? It's sort of stupid, but it's better to never trust anything..

@jamesemery jamesemery force-pushed the je_selectReadsSpark branch from 9d2dd45 to 7b2fdbf Compare June 12, 2018 16:17
@jamesemery jamesemery merged commit d60172e into master Jun 12, 2018
@davidbenjamin davidbenjamin deleted the je_selectReadsSpark branch February 24, 2021 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants