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

./arcasHLA reference --update failed #32

Closed
egoecho opened this issue May 5, 2020 · 4 comments
Closed

./arcasHLA reference --update failed #32

egoecho opened this issue May 5, 2020 · 4 comments

Comments

@egoecho
Copy link

egoecho commented May 5, 2020

$ ./arcasHLA reference --update       
Traceback (most recent call last):
  File "/.../arcasHLA/scripts/reference.py", line 534, in <module>                                                               
    build_convert(False)
  File "/.../arcasHLA/scripts/reference.py", line 462, in build_convert                                                          
    p_group = process_hla_nom(hla_nom_p)
  File "/.../arcasHLA/scripts/reference.py", line 232, in process_hla_nom                                                        
    for line in open(hla_nom, 'r', encoding='UTF-8'):
FileNotFoundError: [Errno 2] No such file or directory: '/.../arcasHLA/scripts/../dat/IMGTHLA/wmda/hla_nom_p.txt'                

$ ./arcasHLA reference --rebuild
Traceback (most recent call last):
  File "/.../arcasHLA/scripts/reference.py", line 539, in <module>                                                               
    build_convert()
  File "/.../arcasHLA/scripts/reference.py", line 462, in build_convert                                                          
    p_group = process_hla_nom(hla_nom_p)
  File "/.../arcasHLA/scripts/reference.py", line 232, in process_hla_nom                                                        
    for line in open(hla_nom, 'r', encoding='UTF-8'):
FileNotFoundError: [Errno 2] No such file or directory: '/.../arcasHLA/scripts/../dat/IMGTHLA/wmda/hla_nom_p.txt' 
@tpereachamblee
Copy link
Collaborator

Thank you for using our tool. We cannot replicate the issue you are posting here. Please check if the dependencies are properly installed, and post the exact command as well as the output in that case.

@yingchen69
Copy link

Hi guys,

I just built arcasHLA and got similar error when I tried to fetch IMGT/HLA database version 3.24.0:

[yc790]$ arcasHLA reference --version 3.24.0
Traceback (most recent call last):
  File "/cache/home/yc790/apps/arcasHLA/scripts/reference.py", line 546, in <module>
    build_fasta()
  File "/cache/home/yc790/apps/arcasHLA/scripts/reference.py", line 414, in build_fasta
    utrs, exons, final_exon_length) = process_hla_dat()
  File "/cache/home/yc790/apps/arcasHLA/scripts/reference.py", line 132, in process_hla_dat
    with open(hla_dat, 'r', encoding='UTF-8') as file:
FileNotFoundError: [Errno 2] No such file or directory: 
'/cache/home/yc790/apps/arcasHLA/scripts/../dat/IMGTHLA/hla.dat'

Any suggestion?

Thanks a lot for the help!

Best,

Ying

@TheSallyGardens
Copy link

Hi,I have the same problem!

@tpereachamblee
Copy link
Collaborator

Thank you all for using our tool.

This error occurs when Git Large File Storage (git lfs) is not properly installed and configured before using our tool. For an example of how to properly install and configure git lfs on Debian/ Ubuntu, please refer to our Dockerfile (lines 69-71 at the time of writing this). Depending on your operating system and distribution, you may need to modify some or all of the commands. Please consult the proper documentation for your system.

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

4 participants