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

broadinstitute / hellbender / 641 / 1
75%
master: 81%

Build:
Build:
LAST BUILD BRANCH: dr_disentangle_spark_and_dataflow
DEFAULT BRANCH: master
Ran 12 Mar 2015 05:02PM UTC
Files 218
Run time 35s
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

12 Mar 2015 04:48PM UTC coverage: 75.041% (+0.4%) from 74.595%
TERM=dumb

push

travis-pro

droazen
IntervalWalker, VariantWalker enhancements, and GenomeLoc -> SimpleInterval migration in the engine

-Created a new class of tool, IntervalWalker, that processes a single interval at a time,
 with the ability to query optional overlapping sources of reads, reference data, and/or
 features/variants. Current implementation is simple/naive with no special caching;
 performance issues will be addressed once we port this traversal type to dataflow.

-Added the ability for VariantWalkers to access contextual reads/reference/feature data.

-To enable the above changes, migrated most of the engine to use SimpleIntervals rather
 than GenomeLocs. This allows for the creation of Context objects in traversals where there
 is not necessarily a sequence dictionary available (eg., VariantWalker).

-Since there isn't yet an htsjdk release that contains SimpleInterval, temporarily
 checked a copy of it into our repo, which we can remove the next time we
 rev htsjdk.

TODOs:

-We currently still require a sequence dictionary to actually parse intervals in
 IntervalArgumentCollection. This is due entirely to our support of intervals without
 specific stop positions (eg., "chr1" and "chr1:1+") -- for these intervals we must
 look up the stop position in a sequence dictionary. This means that IntervalWalkers
 currently require at least one input that contains a sequence dictionary (although
 VariantWalkers do not). We should look into ways of relaxing this restriction.

-Need to find a way to share common arguments and data source initialization code across
 traversal types, while still allowing customization on a per-traversal and/or per-tool
 basis (eg., for IntervalWalkers, -L should be required rather than optional).

Resolves #109

10427 of 13895 relevant lines covered (75.04%)

0.75 hits per line

Source Files on job 641.1 (TERM=dumb)
  • Tree
  • List 0
  • Changed 29
  • Source Changed 29
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 641
  • Travis Job 641.1
  • 5febed4e on github
  • Prev Job for TERM=dumb on dr_interval_walker (#624.1)
  • Next Job for TERM=dumb on dr_interval_walker (#649.1)
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