Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split MNPs in M2 pon WDL #5706

Merged
merged 2 commits into from
Feb 22, 2019
Merged

split MNPs in M2 pon WDL #5706

merged 2 commits into from
Feb 22, 2019

Conversation

davidbenjamin
Copy link
Contributor

@takutosato This fixes a potential bug.

@codecov-io
Copy link

codecov-io commented Feb 22, 2019

Codecov Report

Merging #5706 into master will increase coverage by 0.005%.
The diff coverage is n/a.

@@              Coverage Diff               @@
##              master    #5706       +/-   ##
==============================================
+ Coverage     87.066%   87.07%   +0.005%     
- Complexity     31853    31875       +22     
==============================================
  Files           1940     1940               
  Lines         146679   146738       +59     
  Branches       16218    16226        +8     
==============================================
+ Hits          127707   127765       +58     
  Misses         13060    13060               
- Partials        5912     5913        +1
Impacted Files Coverage Δ Complexity Δ
...ypecaller/AssemblyBasedCallerGenotypingEngine.java 89.912% <0%> (-1.316%) 90% <0%> (-1%)
...lotypecaller/readthreading/ReadThreadingGraph.java 88.725% <0%> (+0.118%) 159% <0%> (+15%) ⬆️
...r/tools/walkers/mutect/Mutect2IntegrationTest.java 91.993% <0%> (+0.184%) 92% <0%> (+2%) ⬆️
...ller/readthreading/ReadThreadingGraphUnitTest.java 95.484% <0%> (+0.246%) 59% <0%> (+4%) ⬆️
...ller/ReadThreadingAssemblerArgumentCollection.java 94.444% <0%> (+0.327%) 1% <0%> (ø) ⬇️
...pecaller/readthreading/ReadThreadingAssembler.java 68.077% <0%> (+0.499%) 52% <0%> (+1%) ⬆️
...oadinstitute/hellbender/utils/pairhmm/PairHMM.java 78.417% <0%> (+0.56%) 24% <0%> (ø) ⬇️
...der/tools/walkers/mutect/M2ArgumentCollection.java 89.474% <0%> (+0.585%) 14% <0%> (ø) ⬇️
...allerReadThreadingAssemblerArgumentCollection.java 71.429% <0%> (+2.198%) 3% <0%> (ø) ⬇️
...utectReadThreadingAssemblerArgumentCollection.java 70% <0%> (+3.333%) 2% <0%> (ø) ⬇️
... and 1 more

@@ -6,6 +6,8 @@
# normal_bams: arrays of normal bams
# scatter_count: number of parallel jobs when scattering over intervals
# pon_name: the resulting panel of normals is {pon_name}.vcf
# m2_extra_args: additional comman dline parameters for Mutect2. This should not involve --max-mnp-distance,
Copy link
Contributor

Choose a reason for hiding this comment

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

comman dline

Copy link
Contributor

@takutosato takutosato left a comment

Choose a reason for hiding this comment

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

One typo but looks good!

@davidbenjamin davidbenjamin merged commit 226f6d7 into master Feb 22, 2019
@davidbenjamin davidbenjamin deleted the db_m2_pon_mnps branch February 22, 2019 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants