Skip to content

Commit

Permalink
Fixed argument order for count_paired_wide_contig test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgp committed Sep 12, 2017
1 parent cfd50cd commit 359fed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down

0 comments on commit 359fed0

Please sign in to comment.