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

EBIvariation / eva-cttv-pipeline / 271 / 1
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 26 Jan 2018 03:25PM UTC
Files 26
Run time 1s
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

26 Jan 2018 03:24PM UTC coverage: 75.037% (+0.6%) from 74.477%
271.1

push

travis-ci

web-flow
Merge pull request #45 from pabarcgar/javaClinvarXmlParser

EVA-866 new Java clinvar XML to json parser

New Java parser that transform a Clinvar XML file into Json using three main components, each of those running in a separate thread:
- XmlClinVarReader: class that (helped by an auxiliar class XmlClinvarSetIterator) returns each "PublicSet" XML element found in a XML file, not being necessary parse the whole XML file in memory
- ClinvarSetTransformer: class that (helped by auxiliar class PublicSetParser) transform each "ClinvarSet" XML string into a PublicSet object. The unmarshalling is made in a Jaxb Context, so the schema is validated while parsing
- ClinvarJsonSerializer: class that serialize PublicSet objects into Json records (tipically in a gzip file, but the output stream is injected)

There is a main App class that create those components, submitting them to separate threads for obtaining a better performance. The objects are passed between those components using ArrayBlockingQueues.

There is also a python script that downloads the XSD file for a given clinvar XML file and generates the JAXB binding classes into the java source directory.

Work to do: code cleaning, licenses, javadoc, wiki with the steps necessary for transforming a new clinvar XML file

1019 of 1358 relevant lines covered (75.04%)

0.75 hits per line

Source Files on job 271.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 271
  • Travis Job 271.1
  • 9f0070e1 on github
  • Prev Job for on master (#261.1)
  • Next Job for on master (#274.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