Support json format for input config file
Closed this issue · 3 comments
ilyavs commented
Hi,
For easier automation, it would be great if the input config file could be formatted as a json file. The current input config is nice to edit manually but is hard to edit with wrapping code.
Thanks,
Ilya.
carolzhou commented
A JSON input file could reasonably be added as an option for automated
processing. I would not want a human constructing a JSON file as there are
too many pitfalls. I appreciate your suggestion.
…On Tue, Aug 9, 2022 at 11:23 AM ilyavs ***@***.***> wrote:
Hi,
For easier automation, it would be great if the input config file could be
formatted as a json file. The current input config is nice to edit manually
but is hard to edit with wrapping code.
Thanks,
Ilya.
—
Reply to this email directly, view it on GitHub
<#38>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWGOO7GIMREDF6Q2KGK3T3VYKO2JANCNFSM56BXVIEQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
ilyavs commented
Thank you. I see the issue was closed as completed. Were the changes committed?
carolzhou commented
A simple parser could be constructed to convert a JSON file structured according to your choosing to the MultiPhATE2 user-friendly input file. If you would like to write such a script, I would be happy to include it in the distribution.