Skip to content

Commit

Permalink
Save R session image
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed May 3, 2022
1 parent e7e0f07 commit 48bfe23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inst/bin/genecovr
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,11 @@ save_plot(p, outfile)
outfile <- file.path(outdir, "gene_body_coverage.csv.gz")
message("saving ", outfile)
write.csv(data, gzfile(outfile), row.names=FALSE)


##############################
## Save Rdata of analysis
##############################
outfile <- file.path(outdir, "genecovr.RData")
message("saving ", outfile)
save.image(file=outfile)

0 comments on commit 48bfe23

Please sign in to comment.