Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow output definition #1227

Draft
wants to merge 15 commits into
base: dev
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
Rename output -> publish
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Apr 24, 2024
commit 6719138f1d7e130197da09387eadfc1f241dc0d5
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ workflow {
)
}

output {
publish {
directory params.outdir
mode params.publish_dir_mode

Expand Down