Skip "assign_gRNA" step in local laptop #117
-
Hi, as I went through of "assign_gRNA" step, I did not find any parameter setup to skip it even thought I noticed it is an optional step. This is in local laptop. Any suggestion on how to skip this step as my data already assigned gRNAs. https://timothy-barry.github.io/sceptre-book/assign-grnas.html This try does not work though:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Nan, "Optional" in this context means that Would you mind sharing a bit more detail about your analysis? In particular, did you import the data via |
Beta Was this translation helpful? Give feedback.
-
Oh, I see. So this is a question about caching/optimization. For the time being, I would recommend calling
|
Beta Was this translation helpful? Give feedback.
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 ofassign_grnas()
, as follows.