Skip to content

Commit

Permalink
test r
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 27, 2024
1 parent 6da06c7 commit 02a78d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/R/polyA.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for (i in samples_dir){
setwd(i)
in.list <- list.files(path= i, recursive = T, full.names = T)
print(in.list)
j <- grep("_small_Aligned.sortedByCoord.out.bam$",in.list)
j <- grep("_Aligned.sortedByCoord.out.bam$",in.list)
name <- paste0("quant_",gsub(".*/(SRR[0-9]+).*", "\\1",in.list[j]))
gal <- readGAlignments(in.list[j])
coverage <- coverage(gal)
Expand Down

0 comments on commit 02a78d6

Please sign in to comment.