We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in the slack thread
In @jfy133 words:
We need a new section for listing each args (2, 3, 4) with the sole(?) metadata for each one is simply the tool of the pipe it is effecting.
In @mirpedrol words:
We want an extra section in the meta.yml to describe the ext.args values. At the level of tools , inputs and outputs.
It would look like this:
tools: - "bcftools": description: "..." homepage: ... args_id: "$args" identifier: biotools:bcftools - "bcftools plugin setGT": description: "..." homepage: ... args_id: "$args2" identifier: biotools:bcftools args: - args: description: "" - args2: description: "" input: - - meta: ... - vcf: ...
The text was updated successfully, but these errors were encountered:
This will also require an update to the nf-core/modules meta-schema.json
nf-core/modules
meta-schema.json
Sorry, something went wrong.
Is this output format in nf-core modules info appropriate?
nf-core modules info
Successfully merging a pull request may close this issue.
Description of feature
As discussed in the slack thread
In @jfy133 words:
In @mirpedrol words:
It would look like this:
The text was updated successfully, but these errors were encountered: