Skip to content

issue #196: Fix @RG tag in sam/bam file output #200

Open
kamyshova wants to merge 2 commits intodevelopfrom
issue_196_fix_rg_tag
Open

issue #196: Fix @RG tag in sam/bam file output #200
kamyshova wants to merge 2 commits intodevelopfrom
issue_196_fix_rg_tag

Conversation

@kamyshova
Copy link
Copy Markdown
Collaborator

@kamyshova kamyshova commented Apr 27, 2021

Resolves #196
The pull request provides @RG ID tag building - add lane to sample name if exists and get the LB tag for all workflows.

Signed-off-by: kamyshova <yulia_kamyshova@epam.com>
@kamyshova kamyshova assigned syansanofi and unassigned syansanofi Apr 27, 2021
@kamyshova kamyshova requested a review from syansanofi April 27, 2021 08:47
Signed-off-by: kamyshova <yulia_kamyshova@epam.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #200 (80b56aa) into develop (89571ad) will decrease coverage by 0.01%.
The diff coverage is 85.71%.

❗ Current head 80b56aa differs from pull request most recent head a6167cc. Consider uploading reports for the commit a6167cc to get more accurate results
Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #200      +/-   ##
=============================================
- Coverage      89.74%   89.73%   -0.02%     
+ Complexity       648      645       -3     
=============================================
  Files            118      118              
  Lines           3482     3477       -5     
  Branches         214      211       -3     
=============================================
- Hits            3125     3120       -5     
  Misses           255      255              
  Partials         102      102              
Impacted Files Coverage Δ Complexity Δ
...c/main/java/com/epam/fonda/tools/impl/BwaSort.java 94.73% <83.33%> (-0.51%) 3.00 <0.00> (-2.00)
.../java/com/epam/fonda/tools/impl/NovoalignSort.java 91.11% <83.33%> (-0.56%) 5.00 <0.00> (-2.00)
src/main/java/com/epam/fonda/utils/DnaUtils.java 98.48% <100.00%> (+0.04%) 17.00 <1.00> (+1.00)

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 89571ad...a6167cc. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix @RG tag in sam/bam file output

3 participants