Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextflow-io
/
nextflow
Public
Notifications
You must be signed in to change notification settings
Fork
811
Star
3.5k
Code
Issues
322
Pull requests
105
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Module System Implementation
- #6768
#6768
Merged
bentsherman
merged 26 commits into
251117-module-system
nextflow-io/nextflow:251117-module-system
from
251117-module-system-implementation
nextflow-io/nextflow:251117-module-system-implementation
Copy head branch name to clipboard
Mar 10, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Module System Implementation
#6768
bentsherman
merged 26 commits into
251117-module-system
nextflow-io/nextflow:251117-module-system
from
251117-module-system-implementation
nextflow-io/nextflow:251117-module-system-implementation
Copy head branch name to clipboard
Commits
Commits on Feb 10, 2026
Add first implementation of module CLI commands
Show description for f5b6b86
jorgee
committed
f5b6b86
View commit details
Copy full SHA for f5b6b86
Browse repository at this point
add print of process outputs
Show description for f5822a5
jorgee
committed
f5822a5
View commit details
Copy full SHA for f5822a5
Browse repository at this point
rename ModuleSpec and PipelineSpec
Show description for 24a741f
jorgee
committed
24a741f
View commit details
Copy full SHA for 24a741f
Browse repository at this point
add documentation and tests
Show description for 2432e90
jorgee
committed
2432e90
View commit details
Copy full SHA for 2432e90
Browse repository at this point
add registry config as config extension
Show description for 31bf49c
jorgee
committed
31bf49c
View commit details
Copy full SHA for 31bf49c
Browse repository at this point
Commits on Feb 11, 2026
fix NPE in nextflow CLI help
Show description for b091d73
jorgee
committed
b091d73
View commit details
Copy full SHA for b091d73
Browse repository at this point
Commits on Feb 19, 2026
add module info and expect /api path in the config registry url, update to v1 registry and other required fixes
Show description for a03f630
jorgee
committed
a03f630
View commit details
Copy full SHA for a03f630
Browse repository at this point
update default registry to include /api
Show description for 36e9085
jorgee
committed
36e9085
View commit details
Copy full SHA for 36e9085
Browse repository at this point
Commits on Feb 25, 2026
Merge branch '251117-module-system' into 251117-module-system-implementation
jorgee
authored
d4418ed
View commit details
Copy full SHA for d4418ed
Browse repository at this point
Fix compilation issue [ci skip]
Show description for fc327c4
pditommaso
authored and
jorgee
committed
fc327c4
View commit details
Copy full SHA for fc327c4
Browse repository at this point
Commits on Feb 26, 2026
add review comments and fix compilation and tests
Show description for c3b02a8
jorgee
committed
c3b02a8
View commit details
Copy full SHA for c3b02a8
Browse repository at this point
look for checksum in redirected headers
Show description for 73e9707
jorgee
committed
73e9707
View commit details
Copy full SHA for 73e9707
Browse repository at this point
rename checksum header
Show description for c154d35
jorgee
committed
c154d35
View commit details
Copy full SHA for c154d35
Browse repository at this point
Commits on Feb 27, 2026
update docs
Show description for e924509
jorgee
committed
e924509
View commit details
Copy full SHA for e924509
Browse repository at this point
fix NPE when no nextflow.config and change preference in registry url publish (-registry -> config.url -> default)
Show description for 412ba53
jorgee
committed
412ba53
View commit details
Copy full SHA for 412ba53
Browse repository at this point
update speckit files [ci skip]
Show description for 119c632
jorgee
committed
119c632
View commit details
Copy full SHA for 119c632
Browse repository at this point
Commits on Mar 3, 2026
Merge branch '251117-module-system' into 251117-module-system-implementation
pditommaso
authored
ad0bba2
View commit details
Copy full SHA for ad0bba2
Browse repository at this point
Commits on Mar 4, 2026
Merge branch '251117-module-system' into 251117-module-system-implementation
jorgee
authored
4826533
View commit details
Copy full SHA for 4826533
Browse repository at this point
rename module subcommands
Show description for c20a408
jorgee
committed
c20a408
View commit details
Copy full SHA for c20a408
Browse repository at this point
Commits on Mar 5, 2026
address review comments
Show description for 90dc444
jorgee
committed
90dc444
View commit details
Copy full SHA for 90dc444
Browse repository at this point
fix test
Show description for afddf21
jorgee
committed
afddf21
View commit details
Copy full SHA for afddf21
Browse repository at this point
Commits on Mar 6, 2026
Remote module inclusion (#6815)
jorgee
authored
18a9e70
View commit details
Copy full SHA for 18a9e70
Browse repository at this point
update docs
Show description for a2adf6e
bentsherman
committed
a2adf6e
View commit details
Copy full SHA for a2adf6e
Browse repository at this point
change module remove behaviour to avoid unexpected removes
Show description for 292e4f2
jorgee
committed
292e4f2
View commit details
Copy full SHA for 292e4f2
Browse repository at this point
Commits on Mar 9, 2026
Apply suggestions from code review [ci skip]
Show description for e96c6ef
jorgee
and
christopher-hakkaart
authored
e96c6ef
View commit details
Copy full SHA for e96c6ef
Browse repository at this point
Commits on Mar 10, 2026
remove pipeline spec and modules config
Show description for 0b83a2c
jorgee
committed
0b83a2c
View commit details
Copy full SHA for 0b83a2c
Browse repository at this point
You can’t perform that action at this time.