TheJacksonLaboratory / LIRICAL

LIkelihood Ratio Interpretation of Clinical AbnormaLities
https://thejacksonlaboratory.github.io/LIRICAL/stable
Other
22 stars 11 forks source link

Writing of TSV and HTML in same run #544

Closed mh11 closed 3 years ago

mh11 commented 3 years ago

Add command line options to write TSV and HTML files in same analysis for YAML and PhenoPacket sub-command.

Write both files command examples for phenopacket

LIRICAL.jar phenopacket ... --html true --tsv true
LIRICAL.jar phenopacket ... --tsv true

Write both files configuration example for YAML

analysis:
  ...
  html: true
  tsv: true
pnrobinson commented 3 years ago

@mh11 sorry for the delay, I will merge and release a 1.3.1 version, thanks for the contribution