Skip to content

Commit

Permalink
Added test case count_paired_wide_contig with tests "count" in --pair…
Browse files Browse the repository at this point in the history
…ed mode
  • Loading branch information
fgp committed Sep 12, 2017
1 parent 0cb9135 commit cfd50cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/count_paired_wide_contig.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gene count
AAC73112 14
AAC73113 50
Binary file added tests/paired_contig.bam
Binary file not shown.
6 changes: 6 additions & 0 deletions tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ count_tab_single:
references: [count_tab.tsv]
options: count_tab -L test.log

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

# python 2 tests ##

dedup_single_ignore:
Expand Down

0 comments on commit cfd50cd

Please sign in to comment.