Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Add CorrectUmis to dagr tasks #366

Merged
merged 2 commits into from
Oct 7, 2019
Merged

Add CorrectUmis to dagr tasks #366

merged 2 commits into from
Oct 7, 2019

Conversation

gpratt
Copy link
Contributor

@gpratt gpratt commented Sep 20, 2019

CorrectUmis from fgbio doesn't have a corresponding dagr task. This PR adds that task.

Preliminary tests indicate this task works for my purposes, so I'm happy.

Two open questions for this PR:

  1. The style of the tasks in dagr is a bit inconsistent, I used the FilterConsensusReads style just because it was a nice guide for all the features I wanted to use. Let me know if you want to use a different style here.
  2. There is currently no scaladoc in dagr tasks. Let me know if you want to start adding scaladoc.

@codecov-io
Copy link

codecov-io commented Sep 20, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #366   +/-   ##
=======================================
  Coverage   91.95%   91.95%           
=======================================
  Files          31       31           
  Lines        1156     1156           
  Branches       65       65           
=======================================
  Hits         1063     1063           
  Misses         93       93

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 2b0bab7...6bc3730. Read the comment docs.

Copy link
Member

@nh13 nh13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small changes and we're good to go

buffer.append("-i", in)
buffer.append("-o", out)
rejects.foreach {r => buffer.append("-r", r) }
metrics.foreach {M => buffer.append("-M", M) }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no capital case variables (unless they're static)

@gpratt
Copy link
Contributor Author

gpratt commented Sep 20, 2019

Done!

@nh13 nh13 merged commit 59b50cc into fulcrumgenomics:master Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants