You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 13.1.0 a user can only specify the desired output formats from withing an output-options.yml file or just accept the default HTML and JSON outputs. This isn't very convenient so as a user I would like to be able to specify the desired output formats directly via the command line.
--output-format=<outputFormats>[,<outputFormats>...]
A list of comma separated output format(s) e.g. HTML or HTML,JSON. Valid options include [HTML, JSON, TSV_GENE, TSV_VARIANT, VCF]. Note that HTML is the most human-friendly, JSON is the
most detailed. (default = HTML,JSON)
These options should override any options provided in an old-style analysis.yaml or separate output-options.yaml file.
The text was updated successfully, but these errors were encountered:
iQuxLE
added a commit
to iQuxLE/Exomiser
that referenced
this issue
Feb 3, 2023
As of 13.1.0 a user can only specify the desired output formats from withing an output-options.yml file or just accept the default HTML and JSON outputs. This isn't very convenient so as a user I would like to be able to specify the desired output formats directly via the command line.
e.g.
The cli option:
These options should override any options provided in an old-style analysis.yaml or separate output-options.yaml file.
The text was updated successfully, but these errors were encountered: