Skip to content

Commit

Permalink
Explicitely delete the mean bw file
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent d447529 commit 3575217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/recount-workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ regions <- regions[width(regions) >= 100]
length(regions)
## Remove file we no longer need
unlink("SRP045638/bw", recursive = TRUE)
unlink("SRP045638/bw/mean_SRP045638.bw")
stopifnot(!file.exists("SRP045638/bw/mean_SRP045638.bw"))
```

Expand Down

0 comments on commit 3575217

Please sign in to comment.