Skip to content

Commit

Permalink
Print correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacvock committed May 31, 2024
1 parent 70c5244 commit 46c5a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/merge_features_and_muts.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(opt$genes){
pattern = sample, full.names = TRUE)[1]

message("genes_file is:")
print(exons_file)
print(genes_file)

genes <- fread(genes_file)

Expand Down

0 comments on commit 46c5a75

Please sign in to comment.