Move g:Profiler pair before GSEA/STRING; re-enable Day 1/2 parts - #35
Merged
Merged
Conversation
Renames 08-1-gprofiler-web.Rmd/08-2-gprofiler2.Rmd -> 06-1/06-2,
06-1-gsea-web.Rmd/06-2-fgsea.Rmd -> 07-1/07-2, and
07-1-string-web.Rmd/07-2-stringdb.Rmd -> 08-1/08-2, restoring
g:Profiler (web) + gprofiler2 to immediately follow "Defining the
gene list". Content is unchanged except for one stale cross-reference
in the gprofiler2-web chapter ("earlier" -> "later in the book",
since GSEA now comes after g:Profiler again).
Updates make_R_script.R's chapter-exclusion list to match, and
reorders the Day 1 schedule on the overview page to follow the new
chapter order (durations/instructors unchanged, just resequenced).
Also re-adds part-day1.Rmd/part-day2.Rmd into _bookdown.yml's
rmd_files (excluded from workshop.R generation, same as other
non-code chapters), placed to match the day split used in the
overview schedule: Day 1 starts at the Recap chapter, Day 2 starts
at clusterProfiler.
hosseinvk
had a problem deploying
to
github-pages
August 10, 2026 03:25 — with
GitHub Actions
Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
08-1/08-2->06-1/06-2(gprofiler),06-1/06-2->07-1/07-2(GSEA/fgsea),07-1/07-2->08-1/08-2(STRING/STRINGdb). Pure renames, content unchanged except one stale cross-reference fixed ("earlier" -> "later in the book" in the gprofiler2-web chapter, since GSEA now comes after g:Profiler again).make_R_script.R's chapter-exclusion list to match the new filenames.part-day1.Rmd/part-day2.Rmdinto_bookdown.yml'srmd_files, matching the day split used in the schedule: Day 1 starts at the Recap chapter, Day 2 starts at clusterProfiler. Both are excluded fromworkshop.Rgeneration like other non-code chapters.Test plan
bookdown::render_book()completes cleanly with the new order.workshop.Rand confirmed section order (gprofiler2 -> FGSEA -> STRINGdb -> ReactomePA -> clusterProfiler -> Novel species FEA) with no part-header leakage.bookdown-renderjob to be confirmed green before merge.