call to combineTests below fails:
<pre>
> tabcom <- combineTests(merged$id, results$table)
Error: length(ids) == nrow(tab) is not TRUE
> length(merged$id)
[1] 14051634
> nrow(results$table)
[1] 120695</pre>
When I get this error, what...and it works on many datasets, but fails on one particular for some reason):
<pre>
data = readRDS(snakem…
updated 8.3 years ago • endrebak85
