Skip to content

Commit

Permalink
add generate_runningfisher_report to params
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Aug 29, 2024
1 parent 0b5f733 commit 2230df0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rmd/DESeq2_report_new.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ params:
generate_go_pathway_report: TRUE
generate_tgxddi_report: TRUE
generate_tgxhdaci_report: TRUE
generate_runningfisher_report: TRUE
output_digits: 5
parallel: FALSE
species_data: null
Expand Down
1 change: 1 addition & 0 deletions Rmd/data_explorer_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ params:
generate_go_pathway_report: TRUE
generate_tgxddi_report: TRUE
generate_tgxhdaci_report: TRUE
generate_runningfisher_report: TRUE
output_digits: 5
parallel: FALSE
species_data: null
Expand Down
1 change: 1 addition & 0 deletions Rmd/go_pathway_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ params:
generate_go_pathway_report: TRUE
generate_tgxddi_report: TRUE
generate_tgxhdaci_report: TRUE
generate_runningfisher_report: TRUE
output_digits: 5
parallel: FALSE
species_data: null
Expand Down
1 change: 1 addition & 0 deletions Rmd/stats_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ params:
generate_go_pathway_report: TRUE
generate_tgxddi_report: TRUE
generate_tgxhdaci_report: TRUE
generate_runningfisher_report: TRUE
output_digits: 5
parallel: FALSE
species_data: null
Expand Down
1 change: 1 addition & 0 deletions Rmd/tgx-hdaci.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ params:
generate_go_pathway_report: TRUE
generate_tgxddi_report: TRUE
generate_tgxhdaci_report: TRUE
generate_runningfisher_report: TRUE
output_digits: 5
parallel: FALSE
species_data: null
Expand Down
1 change: 1 addition & 0 deletions Rmd/tgx_ddi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ params:
generate_go_pathway_report: TRUE
generate_tgxddi_report: TRUE
generate_tgxhdaci_report: TRUE
generate_runningfisher_report: TRUE
output_digits: 5
parallel: FALSE
species_data: null
Expand Down
1 change: 1 addition & 0 deletions inputs/config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ DESeq2:
generate_go_pathway_report: FALSE
generate_tgxddi_report: FALSE
generate_tgxhdaci_report: FALSE
generate_runningfisher_report: TRUE
output_digits: 5 # control rounding of DEG output. Primarily used to suppress RNG variability so our tests don't fail :)
parallel: FALSE

0 comments on commit 2230df0

Please sign in to comment.