Skip to content

Commit

Permalink
Add flag to emit only JSON (not JSON and HTML) to save disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reese committed Aug 23, 2024
1 parent 12e0821 commit 73c70a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pheval_exomiser/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def run_exomiser_local(
"--batch",
file,
f"--spring.config.location={Path(input_dir).joinpath('application.properties')}",
" --output-format JSON"
],
shell=False,
)
Expand Down

0 comments on commit 73c70a9

Please sign in to comment.