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

broadinstitute / hellbender / 195
71%
master: 81%

Build:
Build:
LAST BUILD BRANCH: dr_disentangle_spark_and_dataflow
DEFAULT BRANCH: master
Ran 28 Apr 2015 07:08PM UTC
Jobs 1
Files 414
Run time 2min
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
195

push

travis-ci

lbergelson
Adding a dataflow pipeline for Read only tools
This includes wrappers to present SAMRecords to the tools themselves
Also adding 4 simple tools as examples
  FlagStatsDataflow
    It makes use of dataflow's built in hierarchical aggregation
  CountBases
    Simple walker that makes use of the SAMRecord conversion
  CountReads
    Does what it says
  PrintReads
    This is a very limited version of our print reads walker
    It prints SAMRecords as strings to an unordered text file
    It could potentially be useful as method for examining bam output before we have a proper bam writer

These tools exist in two parts:
  A transform extending from PTransformSAM (A subclass of PTransform<Read,O> which facilitates conversion to SAMRecord
  A command line tool implementing a complete pipeline
    These pipelines can apply arbitrary ReadFilters / ReadTransformers which are applied before the main transform
    (a list of transforms and a list of filters can be applied, it's currently not handled very efficiently though, better to pre-comine them into a single meta transform)

Currently, only tests which use local files are running on travis.
There is code included to run on files in buckets, but the tests for it are currently disabled due to travis configuration issues (will be resolved in a seperate ticket)

Some changes were made to existing classes to make them Serialize properly
Some test files were moved to help normalize test data locations (although not all tests are normalized, should be done in separate ticket)
  the new storage locations are based on the complete package name rather than just the tool name

16296 of 22998 relevant lines covered (70.86%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 195.1 (TERM=dumb) 28 Apr 2015 07:08PM UTC 0
70.86
Travis Job 195.1
Source Files on build 195
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #195
  • 06f8763a on github
  • Prev Build on lb_dataflow (#157)
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

© 2025 Coveralls, Inc