• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bigdatagenomics / adam / 2525

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2017 02:10PM UTC
Jobs 3
Files 0
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2525

push

jenkins

heuermh
[ADAM-1358] Refactor BQSR to improve performance and legibility.

Resolves #1358.

* Adds instrumentation to BQSR.
* Changed SnpTable to remove RichVariant conversion, use VariantRDD API.
* Refactoring SnpTable to eliminate per-residue costly masked site lookup.
* Restructuring core of SnpTable around an array to improve GC performance.
  Additionally, wrote custom serializer to improve serialization performance.
* Added test suite for SnpTable, to test table creation.
* Refactored SnpTable to use an IntervalArray-like approach. This approach
  improves masked site lookup performance by 50%.
* Added tests to SnpTableSuite to cover lookup case, and reenabled tests in
  BaseQualityRecalibrationSuite.
* Adding unit test coverage to covariates
* Revert "[ADAM-775] Allow all IUPAC codes in BQSR"
  This reverts commit 207eebaf3.
* Pulled Seq allocation for base check out into an immutable set.
* Rewrote dinuc covariate. 50% improvement in performance.
* Rewrite main BQSR aggregate as reduce by key
* Added tests to recalibrator, recalibration table.
* Majorly refactors of BQSR tables.
* Starting to factor out the QualityScore class
* Refactoring CovariateKey to reduce size in memory
* Eliminated `org.bdgenomics.adam.rich.DecadentRead` (partially resolves #577)
* Refactor CovariateKey to store record group ID instead of record group name.
* Removed `org.bdgenomics.adam.models.QualityScore`.
* Split multi-class files into one class per file (excepting private classes) to improve navigability.
* Scaladoc all the recalibrators! You get a scaladoc! And you get a scaladoc!

311 of 311 new or added lines in 16 files covered. (100.0%)

4695 of 5826 relevant lines covered (80.59%)

0.81 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
adam-core/src/main/scala/org/bdgenomics/adam/rdd/read/recalibration/DinucCovariate.scala
3
100.0
adam-core/src/main/scala/org/bdgenomics/adam/rdd/read/recalibration/CovariateSpace.scala
4
100.0
adam-core/src/main/scala/org/bdgenomics/adam/rdd/read/AlignmentRecordRDD.scala
4
100.0
adam-core/src/main/scala/org/bdgenomics/adam/rdd/read/recalibration/BaseQualityRecalibration.scala
7
100.0
adam-cli/src/main/scala/org/bdgenomics/adam/cli/Transform.scala
10
100.0
adam-core/src/main/scala/org/bdgenomics/adam/models/SnpTable.scala

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
adam-cli/src/main/scala/org/bdgenomics/adam/cli/Transform.scala
8
100.0
adam-core/src/main/scala/org/bdgenomics/adam/rdd/read/AlignmentRecordRDD.scala
Jobs
ID Job ID Ran Files Coverage
1 2525.1 21 Mar 2017 02:10PM UTC 0
80.59
2 2525.2 21 Mar 2017 02:10PM UTC 0
80.67
3 2525.3 21 Mar 2017 02:11PM UTC 0
80.59
Source Files on build 2525
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #2525
  • b1fce677 on github
  • Prev Build on master (#2524)
  • Next Build on master (#2526)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc