Skip to content

Commit

Permalink
Added Excel back to combine_homer output
Browse files Browse the repository at this point in the history
  • Loading branch information
epehrsson committed Jun 12, 2024
1 parent 48431e6 commit f6f93e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/annotations.smk
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ rule combine_homer:
rscript=join(SCRIPTSDIR,"_combine_macs2_homer.R")
shell:
"""
Rscript {params.rscript} {input.peaks_file} {input.annotation} {output.combined}
Rscript {params.rscript} {input.peaks_file} {input.annotation} {output.combined_tsv} {output.combined_xlsx}
"""

rule rose:
Expand Down
1 change: 1 addition & 0 deletions workflow/scripts/_combine_macs2_homer.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Add peak statistics to HOMER annotations file

library(openxlsx)
library(readr)
library(dplyr)
library(tidyr)
Expand Down

0 comments on commit f6f93e1

Please sign in to comment.