Skip to content

Commit

Permalink
WOOPS commit my dev code, removed it here
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Oct 5, 2023
1 parent eedd85a commit 1a6bc74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/qc_report/main_qc_report.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ unfiltered_sce <- params$unfiltered_sce
filtered_sce <- params$filtered_sce
processed_sce <- params$processed_sce
library_id <- "SCPCL000295"
unfiltered_sce <- readRDS(glue::glue("{library_id}_unfiltered.rds"))
filtered_sce <- readRDS(glue::glue("{library_id}_filtered.rds"))
processed_sce <- readRDS(glue::glue("{library_id}_processed.rds"))
has_filtered <- !is.null(filtered_sce)
has_processed <- !is.null(processed_sce)
Expand Down

0 comments on commit 1a6bc74

Please sign in to comment.