Skip to content

Commit

Permalink
add pattern for non-localapp CNV files
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Nov 13, 2023
1 parent 34e77b5 commit 754dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cnv.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ read_cnv_data <- function(cnv_directory, local_app=FALSE){
summarize_cnv_data <- function(cnv_directory){
cnv_files <- list.files(
path = cnv_directory,
pattern = "*CopyNumberVariants.vcf",
pattern = "*cnv.vcf|*CopyNumberVariants.vcf",
full.names = TRUE
)

Expand Down

0 comments on commit 754dc23

Please sign in to comment.