First of all: Thank you for the author for made HATK available.
Documenting a workaround so it may help other users.
The command referenced on the link below is not working:
https://github.com/WansonChoi/HATK/blob/master/docs/_0_HLA2HPED.md#2-usage-examples
Alternatively, I have called the conversion script directly like this:
python "./HLA2HPED/HLA2HPED.py" \
--platform xHLA \
--out "<output_folder>/<output_filename>" \
-rhped "<folder_containing_json_files>/*.json";
And it worked. :)
First of all: Thank you for the author for made HATK available.
Documenting a workaround so it may help other users.
The command referenced on the link below is not working:
https://github.com/WansonChoi/HATK/blob/master/docs/_0_HLA2HPED.md#2-usage-examples
Alternatively, I have called the conversion script directly like this:
And it worked. :)