Skip to content

Commit

Permalink
Update src/main/resources/io/viash/runners/nextflow/channel/channelFr…
Browse files Browse the repository at this point in the history
…omParams.nf

Co-authored-by: Hendrik Cannoodt <[email protected]>
  • Loading branch information
DriesSchaumont and Grifs authored Jan 8, 2025
1 parent 59e1407 commit 8428ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private _channelFromParams(Map params, Map config) {
*/
def channelFromParams(Map params, Map config) {
log.warn "channelFromParams is deprecated and will be removed in Viash 0.10.0. ",
"Nextflow workflows can now be build into standalone components where parsed parameters ",
"Nextflow workflows can now be built into standalone components where parsed parameters ",
"are automatically provided to the input channel."
return _channelFromParams(params, config)
}

0 comments on commit 8428ab0

Please sign in to comment.