Closed rcannood closed 2 years ago
Fixed in Viash 0.5.13
New bug:
| groupTuple()
// Step 4: convert to h5ad
| map { id, input -> [ id, input, params ]}
This will not work because an array of files is not detected.
On the other hand, | map { id, input -> [ id, [input: input], params ]}
does work.
Also solved in 0.5.13!
meta[resources_dir]
should contain an absolute path, not a relative path'''
is incorrectly escaped to\\'\\'\\'
inside the main.nf{ name: --foo, type: file, multiple: true }
should not create aVIASH_PAR_FOO
variable when--foo
is not passed