Skip to content

Skip "assign_gRNA" step in local laptop #117

Answered by timothy-barry
nhu-github asked this question in Q&A
Discussion options

You must be logged in to vote

Oh, I see. So this is a question about caching/optimization. sceptre currently supports basic caching, but it is not super sophisticated. We plan to add more sophisticated caching functionality in a future update.

For the time being, I would recommend calling sceptre_object <- sceptre:::perform_status_check_and_update(sceptre_object, "assign_grnas") instead of assign_grnas(), as follows.

library(sceptredata)
library(sceptre)

directories <- paste0(
  system.file("extdata", package = "sceptredata"),
  "/highmoi_example/gem_group_", c(1, 2)
)
data(grna_target_data_frame_highmoi)
sceptre_object <- import_data_from_cellranger(
  directories = directories,
  moi = "high",
  grna_target_data_fr…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@nhu-github
Comment options

Comment options

You must be logged in to vote
1 reply
@nhu-github
Comment options

Answer selected by nhu-github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants