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

Add custom/tabulartogseacls #2606

Merged
merged 19 commits into from
Dec 8, 2022
Merged
Prev Previous commit
Next Next commit
Clarify that variable is compulsory
Jonathan Manning committed Dec 8, 2022

Unverified

This user has not yet uploaded their public signing key.
commit d268a856d2df450a86b1d2b6d4369ebd91464ec8
3 changes: 2 additions & 1 deletion modules/nf-core/custom/tabulartogseacls/meta.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,8 @@ input:
id:'test', variable:'treatment', separator:',' ]. The way these values are
passed to the associated module parameters is then defined via an ext.args
pinin4fjords marked this conversation as resolved.
Show resolved Hide resolved
specification for the process from the workflow, like: ext.args = { [
"separator": "\t", "variable": "$meta.variable" ] }
"separator": "\t", "variable": "$meta.variable" ] } ('variable' is
compulsory here).
- samples:
type: file
description: Tabular (e.g. TSV/CSV) samples file with sample IDs by row