Skip to content

Commit

Permalink
Merge pull request #23 from simonlabcode/develop
Browse files Browse the repository at this point in the history
Need to convert to data.table if necessary
  • Loading branch information
isaacvock authored Aug 26, 2024
2 parents 08b705b + 2993ce2 commit 354524f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/scripts/merge_features_and_muts.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ muts_file <- list.files(path = "./results/counts/",
if(use_readr){

muts <- read_csv(muts_file)
muts <- setDT(muts)


}else{
Expand Down

0 comments on commit 354524f

Please sign in to comment.