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

EBIvariation / eva-cttv-pipeline / 271
79%

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

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

Jobs
ID Job ID Ran Files Coverage
1 271.1 26 Jan 2018 03:25PM UTC 0
75.04
Travis Job 271.1
Source Files on build 271
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #271
  • 9f0070e1 on github
  • Prev Build on master (#261)
  • Next Build on master (#274)
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