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
Rename publish -> output
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed May 2, 2024
commit a8248d3d1bf896072005b73a7fcc1d5a8d5af95b
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

nextflow.enable.dsl = 2
nextflow.preview.publish = true
nextflow.preview.output = true

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -165,7 +165,7 @@ workflow {
)
}

publish {
output {
directory params.outdir
mode params.publish_dir_mode
}
Expand Down