Skip to content

Commit

Permalink
fix Rds txt file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vyepez88 authored Mar 7, 2025
1 parent 9dc89af commit 78657b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop/template/Scripts/MonoallelicExpression/Overview.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ qc_links <- sapply(qc_groups, function(v) build_link_list(
#' ## Analyze Individual Results
#+ echo=FALSE
# Read the first results table
res_sample <- readRDS(snakemake@input$results_sample[[1]])
res_sample <- fread(snakemake@input$results_sample[[1]])
sample <- unique(res_sample$ID)

library(tMAE)
Expand Down

0 comments on commit 78657b0

Please sign in to comment.