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
Accelerator
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
806
Star
3.5k
Code
Issues
335
Pull requests
106
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add arity option for path inputs and outputs
- #3706
#3706
Closed
bentsherman
wants to merge 23 commits into
master
nextflow-io/nextflow:master
from
2425-process-input-output-arity
nextflow-io/nextflow:2425-process-input-output-arity
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
Add arity option for path inputs and outputs
#3706
bentsherman
wants to merge 23 commits into
master
nextflow-io/nextflow:master
from
2425-process-input-output-arity
nextflow-io/nextflow:2425-process-input-output-arity
Copy head branch name to clipboard
Commits
Commits on Mar 1, 2023
Add arity option for path inputs and outputs
Show description for c6d4950
bentsherman
committed
c6d4950
View commit details
Copy full SHA for c6d4950
Browse repository at this point
Commits on Mar 2, 2023
Change default arity to depend on file pattern
Show description for 9a16f01
bentsherman
committed
9a16f01
View commit details
Copy full SHA for 9a16f01
Browse repository at this point
Change arity "single"-ness to include optional single (`0..1`)
Show description for 4738a97
bentsherman
committed
4738a97
View commit details
Copy full SHA for 4738a97
Browse repository at this point
Commits on Mar 8, 2023
Remove default arity, use original behavior if arity not specified
Show description for 058474f
bentsherman
committed
058474f
View commit details
Copy full SHA for 058474f
Browse repository at this point
Add ArityParam unit test
Show description for 2a015c7
bentsherman
committed
2a015c7
View commit details
Copy full SHA for 2a015c7
Browse repository at this point
Commits on Mar 9, 2023
Add tests for ArityParam (currently failing)
Show description for 4e17c99
bentsherman
committed
4e17c99
View commit details
Copy full SHA for 4e17c99
Browse repository at this point
Commits on Mar 28, 2023
Merge branch 'master' into 2425-process-input-output-arity
pditommaso
authored
80f944b
View commit details
Copy full SHA for 80f944b
Browse repository at this point
Commits on Mar 30, 2023
Add arity to params unit tests
Show description for 8c5e93c
bentsherman
committed
8c5e93c
View commit details
Copy full SHA for 8c5e93c
Browse repository at this point
Commits on Apr 9, 2023
Merge branch 'master' into 2425-process-input-output-arity
pditommaso
authored
f59fc96
View commit details
Copy full SHA for f59fc96
Browse repository at this point
Commits on Apr 21, 2023
Fix liftbot warning
Show description for 04fbb86
bentsherman
committed
04fbb86
View commit details
Copy full SHA for 04fbb86
Browse repository at this point
Merge branch 'master' into 2425-process-input-output-arity
bentsherman
authored
edc788d
View commit details
Copy full SHA for edc788d
Browse repository at this point
Commits on May 24, 2023
Add support for AWS SSE env variables
Show description for 7ec397f
pditommaso
committed
7ec397f
View commit details
Copy full SHA for 7ec397f
Browse repository at this point
Commits on May 26, 2023
Merge branch 'master' into 2425-process-input-output-arity
Show description for cefc7cc
bentsherman
committed
cefc7cc
View commit details
Copy full SHA for cefc7cc
Browse repository at this point
Commits on Jun 13, 2023
Merge branch 'master' into 2425-process-input-output-arity
bentsherman
authored
49356e3
View commit details
Copy full SHA for 49356e3
Browse repository at this point
Commits on Jul 5, 2023
Merge branch 'master' into 2425-process-input-output-arity
pditommaso
authored
cf7b677
View commit details
Copy full SHA for cf7b677
Browse repository at this point
Commits on Aug 15, 2023
Merge branch 'master' into 2425-process-input-output-arity
pditommaso
authored
b2e6f78
View commit details
Copy full SHA for b2e6f78
Browse repository at this point
Update docs [ci skip]
Show description for bbdca3e
pditommaso
committed
bbdca3e
View commit details
Copy full SHA for bbdca3e
Browse repository at this point
Add nullable inputs/outputs and other improvements
Show description for 88da8bb
bentsherman
committed
88da8bb
View commit details
Copy full SHA for 88da8bb
Browse repository at this point
Commits on Aug 16, 2023
Add e2e test
Show description for 356a70d
bentsherman
committed
356a70d
View commit details
Copy full SHA for 356a70d
Browse repository at this point
Add NullPath
Show description for b63ec86
bentsherman
committed
b63ec86
View commit details
Copy full SHA for b63ec86
Browse repository at this point
Fail if nullable input receives a list
Show description for 76de197
bentsherman
committed
76de197
View commit details
Copy full SHA for 76de197
Browse repository at this point
Add `arity: true` to infer arity from file pattern
Show description for 4be1236
bentsherman
committed
4be1236
View commit details
Copy full SHA for 4be1236
Browse repository at this point
Fix failing tests
Show description for b6a5fb3
bentsherman
committed
b6a5fb3
View commit details
Copy full SHA for b6a5fb3
Browse repository at this point
You can’t perform that action at this time.