Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLA2PED conversion call from HATK.py not working: workaround #25

Open
steletvinicius opened this issue Sep 14, 2023 · 2 comments
Open

Comments

@steletvinicius
Copy link

steletvinicius commented Sep 14, 2023

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. :)

@JingjingBai2021
Copy link

Hi Steletvinicius, I am trying to convert HIBAG output to hped files.
I got no output either so I used your script but it does not work for my case. I am wondering if you have an inaccessible file from xHLA as input?

Best,
Jingjing

@JingjingBai2021
Copy link

Problem solved. Thanks for your tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants