diff --git a/src/bin/kmerclust_boot.R b/src/bin/kmerclust_boot.R
index f2ecc171c95660059ae4990ad76f366769923933..a0a5aa4cac62ba6e095591336f7b857ae91dc00c 100644
--- a/src/bin/kmerclust_boot.R
+++ b/src/bin/kmerclust_boot.R
@@ -11,6 +11,6 @@ res <- count %>%
   ) %>%
   dplyr::filter(count_m + count_f > 0) %>%
   as.matrix() %>%
-  poiss_compare_models(count, nboot = as.numeric(args[2]) * 2, nbatch = 100, max_iter = 1e4, bootsize = 1, core = as.numeric(args[2]))
+  poiss_compare_models(nboot = as.numeric(args[2]) * 2, nbatch = 100, max_iter = 1e4, bootsize = 1, core = as.numeric(args[2]))
 save(res, file = paste0(args[1], "_boot_", args[3], ".Rdata"))