Skip to content

Commit

Permalink
tests: add an extra RG case
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Jun 10, 2024
1 parent b046ab3 commit eb2e475
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tools/input/test.extra_RG.bam
Git LFS file not shown
8 changes: 8 additions & 0 deletions tests/tools/test_samtools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
miniwdl run --verbose -d test-output/. --task split tools/samtools.wdl bam="tests/tools/input/test.unaccounted_read.bam"
exit_code: 21

- name: samtools_split_extra_RG
tags:
- miniwdl
- samtools
command: >-
miniwdl run --verbose -d test-output/. --task split tools/samtools.wdl bam="tests/tools/input/test.extra_RG.bam"
exit_code: 42

- name: samtools_flagstat
tags:
- miniwdl
Expand Down

0 comments on commit eb2e475

Please sign in to comment.