Skip to content

Commit 3872391

Browse files
committed
fix: file -> Channel
1 parent 7a7cc36 commit 3872391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cleanup-workdir/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ process cleanupWorkdir {
8787
// using this command: nextflow run <git_acc>/<repo>/<pkg_name>/<main_script>.nf -r <pkg_name>.v<pkg_version> --params-file xxx
8888
workflow {
8989
cleanupWorkdir(
90-
file(params.files_to_delete),
90+
Channel.fromPath(params.files_to_delete),
9191
params.virtual_dep_flag
9292
)
9393
}

0 commit comments

Comments
 (0)