Skip to content

Commit ef46052

Browse files
committed
Test for interleaving support
1 parent 13f73f6 commit ef46052

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/ocx.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@
2323
@test "Join paired ends script exists" {
2424
X=$(python /scripts/join_paired_ends.py --help)
2525
[[ $X == *Join\ two\ FASTQ\ paired\ end\ read\ files.* ]]
26+
}
27+
28+
@test "Join paired ends script supports interleaving" {
29+
X=$(python /scripts/join_paired_ends.py --help)
30+
[[ $X == *interleave* ]]
2631
}

0 commit comments

Comments
 (0)