TheJacksonLaboratory / LIRICAL

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

output file null.html #493

Closed vidarmehr closed 4 years ago

vidarmehr commented 4 years ago

@pnrobinson @julesjacobsen

java -jar target/LIRICAL.jar yaml -y simple.yml

creates the output file null.html. Is the output file supposed to be called null?

justaddcoffee commented 4 years ago

This seems to happen if prefix: is not specified in the yaml file. I think this should be lirical.html instead of null.html

justaddcoffee commented 4 years ago

Here's a PR https://github.com/TheJacksonLaboratory/LIRICAL/pull/494

pnrobinson commented 4 years ago

fixed, thanks