Skip to content

Commit

Permalink
Try fixing an error with running an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Oct 23, 2023
1 parent ed3bbd4 commit 1b21f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' 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
#' ]]
Expand Down

0 comments on commit 1b21f47

Please sign in to comment.