Skip to content
Snippets Groups Projects
Verified Commit 901eeea3 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kmerclust_boot.R: fix typo

parent 73a3ceaa
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ load(file = paste0(args[1], ".Rdata"))
res <- count %>%
dplyr::select(count_m, count_f) %>%
as.matrix() %>%
poiss_compare_models(count, nboot = as.numeric(args[2]) * 2, frac = 1e-3 bootsize = 1, core = as.numeric(args[2]))
poiss_compare_models(count, nboot = as.numeric(args[2]) * 2, frac = 1e-3, bootsize = 1, core = as.numeric(args[2]))
save(res, file = paste0(args[1], "_boot_", args[3], ".Rdata"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment