Skip to content

Commit 359fed0

Browse files
committed
Fixed argument order for count_paired_wide_contig test
1 parent cfd50cd commit 359fed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ count_paired_wide_contig:
110110
stdin: paired_contig.bam
111111
outputs: [stdout]
112112
references: [count_paired_wide_contig.tsv]
113-
options: count -L test.log --random-seed=123456789 --method=directional --per-contig --paired --umi-separator="|" --wide-format-cell-counts
113+
options: count -L test.log --random-seed=123456789 --method=directional --umi-separator="|" --paired --per-contig --wide-format-cell-counts
114114

115115
# python 2 tests ##
116116

0 commit comments

Comments
 (0)