Skip to content

Commit

Permalink
simplify filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
whelena committed Jul 18, 2024
1 parent d828b33 commit 7da2776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create.clone.genome.distribution.plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ create.clone.genome.distribution.plot <- function(

sample.df <- droplevels(snv.df[snv.df$ID == s, ])
if (multi.sample & !is.null(filename)) {
save.plt <- file.path(save.plt, paste0(s, '_clone-genome-dist.png'));
save.plt <- file.path(save.plt, paste0(s, '.png'));
}

plt <- create.clone.genome.distribution.plot.per.sample(
Expand Down

0 comments on commit 7da2776

Please sign in to comment.