-
Notifications
You must be signed in to change notification settings - Fork 35
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
AssertionError #32
Comments
Sorry about that! Did you already run "python setup.py" from the tcr-dist-master/ directory? If so did it give any errors? And is this python 2 rather than python 3? Maybe you could tail the output of the logfiles created in those commands above: tail tcrdist/human_pairseqs_v1*tsv.err and post that? |
Hi, tar -xzf tcrdist_extras_v1.tgz gzip: stdin: invalid compressed data--crc error gzip: stdin: invalid compressed data--length error But after several attempts,I finally installed it: And I used python2. Thank you very much! |
Thanks for posting those error files. It looks like the software is not able to open the database files, so I think there must have been a problem downloading and/or unpacking the tcrdist database. Oh, wait, now I see that it is talking about tcrdist_extras_v1.tgz, which is the old version of the database file. Can you make sure you are running an up-to-date version of the code on github? For example by downloading again? setup.py should be trying to download tcrdist_extras_v2.tgz... -Phil |
Thank you very much!We can run it successfully. |
Hello,
When I run from my sequence file,there will be an AssertionError like this:
I am new in python.Could you please tell me where is the problem?Thank you very much!
-Zuo Xinyi
The text was updated successfully, but these errors were encountered: