From ff73ba9800cd6467a02bff4834590f9aba75df71 Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Mon, 23 Oct 2023 13:22:40 -0400 Subject: [PATCH] Retry fixing example --- man/get_list_indexing.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/get_list_indexing.Rd b/man/get_list_indexing.Rd index c4853a9..1738cb0 100644 --- a/man/get_list_indexing.Rd +++ b/man/get_list_indexing.Rd @@ -31,7 +31,7 @@ index <- 2 # will refer to the 'feature' element of 'loops' below loops <- list( region = c("DLPFC", "HIPPO"), feature = c("gene", "exon", "tx", "jxn") ) -indexing <- get_list_indexing(loops, index) +indexing <- slurmjobs:::get_list_indexing(loops, index) this_feature <- this_list[[index]][[ array_task \%/\% indexing$divisor \%\% indexing$modulus ]]