Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3ba48a7
Add AI-assisted Groovy essentials
pinin4fjords Aug 14, 2025
f5fba63
Refine section 1.1
pinin4fjords Sep 4, 2025
45013e2
Add groovy essentials to nav
pinin4fjords Sep 4, 2025
0630074
Fix list rendering
pinin4fjords Sep 4, 2025
e171a4c
Emphasise departure to groovy
pinin4fjords Sep 4, 2025
db4bcdc
Shorten intro
pinin4fjords Sep 4, 2025
07dd457
Shorten intro
pinin4fjords Sep 4, 2025
5c92314
Fix highlight
pinin4fjords Sep 4, 2025
4ef9986
Refine section 1.2
pinin4fjords Sep 10, 2025
aa468a2
messy updates up to section 4
pinin4fjords Oct 8, 2025
6be8aa5
State after a good chat wiht Claude code
pinin4fjords Oct 9, 2025
28210b4
Tone down intro
pinin4fjords Oct 9, 2025
51245c8
Reset collect.nf to starting state
pinin4fjords Oct 9, 2025
df11a32
Tweaks
pinin4fjords Oct 9, 2025
cda7f76
Reset collect.nf to starting state
pinin4fjords Oct 9, 2025
e37d4ef
Tweaks
pinin4fjords Oct 9, 2025
2c5f0b6
Revert main.nf to starting point
pinin4fjords Oct 9, 2025
954ce99
Tweaks
pinin4fjords Oct 9, 2025
cd45c76
backticks fix?
pinin4fjords Oct 9, 2025
c0ec86a
Reset fastp module to starting point
pinin4fjords Oct 9, 2025
51e3e1d
Fix fastp
pinin4fjords Oct 9, 2025
e2f3681
tweaks
pinin4fjords Oct 9, 2025
5ae910d
Merge branch 'master' into groovy-essentials-side-quest
pinin4fjords Oct 9, 2025
5913c17
latest tweaks, simplify the variable interpretation part
pinin4fjords Oct 10, 2025
4bf4d05
Reorg subsections a bit
pinin4fjords Oct 10, 2025
4232b7c
Fix highlights
pinin4fjords Oct 10, 2025
93198e5
Fix up dynamic resources
pinin4fjords Oct 10, 2025
7e708a4
Fix up dynamic routing
pinin4fjords Oct 10, 2025
a9e3c28
Final tweaks
pinin4fjords Oct 10, 2025
ef9124c
Language/ clarity improvements
pinin4fjords Oct 10, 2025
9f1fa17
Prettier
pinin4fjords Oct 10, 2025
c4a6eaf
Apply suggestions from code review
pinin4fjords Oct 10, 2025
4d42b2a
Add teach time estimate for groovy
pinin4fjords Oct 11, 2025
124d15c
Merge branch 'groovy-essentials-side-quest' of github.com:nextflow-io…
pinin4fjords Oct 11, 2025
8914150
Fix formatting
pinin4fjords Oct 11, 2025
9025b91
Add Workflow Management Fundamentals side quest
pinin4fjords Oct 11, 2025
1e190c6
Merge branch 'master' into workflow-management-fundamentals-side-quest
pinin4fjords Oct 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,207 changes: 2,207 additions & 0 deletions docs/side_quests/groovy_essentials.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/side_quests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Otherwise, select a side quest from the table below.

| Side Quest | Time Estimate for Teaching |
| -------------------------------------------------------------------------- | -------------------------- |
| [Workflow Management Fundamentals](./workflow_management_fundamentals.md) | 1.5 hours |
| [Nextflow development environment walkthrough](./ide_features.md) | 45 mins |
| [Essential Nextflow Scripting Patterns](./essential_scripting_patterns.md) | 90 mins |
| [Introduction to nf-core](./nf-core.md) | - |
Expand Down
Loading
Loading