Skip to content

Commit

Permalink
sessionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna.otylia.sikora@gmail.com committed Feb 7, 2025
1 parent 851e88f commit 62aa93a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snakePipes/shared/rscripts/chipqc.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ blist<-ifelse(file.exists(blacklist),blacklist,NULL)
QC<-ChIPQC(sampledat,annotation=annotation,mapQCth=3,blacklist=blist)
ChIPQCreport(QC,reportFolder=wdir,facet=FALSE,colourBy="Factor")

sink("sessionInfo.txt")
sessionInfo()
sink()

0 comments on commit 62aa93a

Please sign in to comment.