From 359fed0a4129c1a4d5ec843441b9d3bb3ecae3dd Mon Sep 17 00:00:00 2001 From: Florian Pflug Date: Tue, 12 Sep 2017 21:14:53 +0200 Subject: [PATCH] Fixed argument order for count_paired_wide_contig test --- tests/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yaml b/tests/tests.yaml index d7538567..d8e55ce7 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -110,7 +110,7 @@ count_paired_wide_contig: stdin: paired_contig.bam outputs: [stdout] references: [count_paired_wide_contig.tsv] - options: count -L test.log --random-seed=123456789 --method=directional --per-contig --paired --umi-separator="|" --wide-format-cell-counts + options: count -L test.log --random-seed=123456789 --method=directional --umi-separator="|" --paired --per-contig --wide-format-cell-counts # python 2 tests ##