Skip to content

Commit

Permalink
uncomment summarize_across_facet lines
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Jul 17, 2024
1 parent 4ee86ac commit c49f5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/render_DESeq2_report.parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ if (params$generate_tgxhdaci_report) {
}

# Add back after troubleshooting above code...
# if (!is.na(params$reports_facet)) {
# summarize_across_facets(overallResListAll, overallResListDEGs, filtered_table, facets, params)
# }
if (!is.na(params$reports_facet)) {
summarize_across_facets(overallResListAll, overallResListDEGs, filtered_table, facets, params)
}

# NOTE Manually clean up temporary files
# This is required because of the clean_tmpfiles_mod() workaround!
Expand Down

0 comments on commit c49f5b7

Please sign in to comment.