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

Traceback error when attempting to run #1

Open
ryanreis333 opened this issue Apr 1, 2024 · 2 comments
Open

Traceback error when attempting to run #1

ryanreis333 opened this issue Apr 1, 2024 · 2 comments

Comments

@ryanreis333
Copy link

Hi, thank you for developing this and making it available. I have some VDJ seq data I'm hoping to use this on, but I can't seem to figure out where I'm going wrong with it. It seems like I'm able to get it installed correctly in a conda env, but when I go to run it, I get the following error message:

Traceback (most recent call last):
File "/home/user/.conda/envs/hlaguessr/bin/HLAGuessr-infer_hla", line 8, in
sys.exit(main())
File "/home/user/.conda/envs/hlaguessr/lib/python3.6/site-packages/HLAGuessr/infer_hla.py", line 85, in main
if options.infile_name is None:
AttributeError: 'Values' object has no attribute 'infile_name'

This is what I am currently running, replacing user with my username:
~$ HLAGuessr-infer_hla -a ~user/alpha_data.tsv -b ~user/beta_data.tsv

It seems like it is attempting to run and finding the files fine, so any help on what I'm seeing now would be much appreciated! Thank you

@Marcus-Mendes
Copy link

I am having the same error. But I am not using conda. I tried my own dataset and the example dataset and none of them work.

@ryanreis333
Copy link
Author

I am having the same error. But I am not using conda. I tried my own dataset and the example dataset and none of them work.

Thanks for adding in a word, Marcus. Glad to hear I'm not the only one with this issue -- I'm thinking it's maybe something related to a change in one of the underlying python packages HLAGuessr relies on?

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