You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make PileupBuilder.includeMapPositionsOutsideFrInsert intuitively correct (#981)
* Make PileupBuilder.includeMapPositionsOutsideFrInsert intuitively correct
* Revert back to the original isFrPair filtering logic and document better
* chore: update test name
* fix: codecov try specifying the environment (#982)
---------
Co-authored-by: Nils Homer <[email protected]>
Copy file name to clipboardexpand all lines: src/test/scala/com/fulcrumgenomics/bam/pileup/PileupBuilderTest.scala
+20
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,26 @@ class PileupBuilderTest extends UnitSpec {
289
289
piler.safelyClose()
290
290
}
291
291
292
+
it should "not filter out single-end records when we are not filter for mapped pairs only and we are not removing records where the position is outside the insert of FR pairs" in {
0 commit comments