We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f73f6 commit ef46052Copy full SHA for ef46052
1 file changed
test/ocx.bats
@@ -23,4 +23,9 @@
23
@test "Join paired ends script exists" {
24
X=$(python /scripts/join_paired_ends.py --help)
25
[[ $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* ]]
31
}
0 commit comments