Skip to content

Commit 209656d

Browse files
committed
Added test case count_paired_wide_contig with tests "count" in --paired mode
1 parent c783056 commit 209656d

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

tests/count_paired_wide_contig.tsv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gene count
2+
AAC73112 14
3+
AAC73113 50

tests/paired_contig.bam

376 KB
Binary file not shown.

tests/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ count_tab_single:
106106
references: [count_tab.tsv]
107107
options: count_tab -L test.log
108108

109+
count_paired_wide_contig:
110+
stdin: paired_contig.bam
111+
outputs: [stdout]
112+
references: [count_paired_wide_contig.tsv]
113+
options: count -L test.log --random-seed=123456789 --method=directional --umi-separator="|" --paired --per-contig --wide-format-cell-counts
114+
109115
# python 2 tests ##
110116

111117
dedup_single_ignore:

0 commit comments

Comments
 (0)