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

Specify output-format on CLI #471

Closed
julesjacobsen opened this issue Jan 31, 2023 · 0 comments
Closed

Specify output-format on CLI #471

julesjacobsen opened this issue Jan 31, 2023 · 0 comments

Comments

@julesjacobsen
Copy link
Contributor

julesjacobsen commented Jan 31, 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.

java -jar exomiser.cli.jar --sample ... --output-format TSV_VARIANT,TSV_GENE

The cli option:

     --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.

iQuxLE added a commit to iQuxLE/Exomiser that referenced this issue Feb 3, 2023
julesjacobsen added a commit that referenced this issue Feb 13, 2023
Specify output_format on CLI fixes #471
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant