Update main.nf
This commit is contained in:
4
main.nf
4
main.nf
@@ -34,10 +34,6 @@ workflow {
|
|||||||
ch_str = channel.of(params.str)
|
ch_str = channel.of(params.str)
|
||||||
ch_chunks = split_text(ch_str)
|
ch_chunks = split_text(ch_str)
|
||||||
ch_upper = convert_to_upper(ch_chunks.flatten())
|
ch_upper = convert_to_upper(ch_chunks.flatten())
|
||||||
|
|
||||||
publish:
|
|
||||||
lower = ch_chunks.flatten()
|
|
||||||
upper = ch_upper
|
|
||||||
}
|
}
|
||||||
|
|
||||||
output {
|
output {
|
||||||
|
|||||||
Reference in New Issue
Block a user