fulcrumgenomics / dagr

A scala based DSL and framework for writing and executing bioinformatics pipelines as Directed Acyclic GRaphs
MIT License
69 stars 14 forks source link

Add Picard VcfFormatConverter task #341

Closed clintval closed 5 years ago

clintval commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #341 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files          31       31           
  Lines        1145     1145           
  Branches      115      115           
=======================================
  Hits         1047     1047           
  Misses         98       98

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a9a007...f01ca09. Read the comment docs.

clintval commented 5 years ago

Back to you, for a review of the "Variant Call Format Format Converter"

tfenne commented 5 years ago

Works for me. @nh13 ok to merge?