-
Notifications
You must be signed in to change notification settings - Fork 12
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
formatIMGT.sh NullPointerException #19
Comments
And as a follow-up on that question, is there a way to include MICA, MICB, TAP1 and TAP2 in the output. These genes are of interest to us in the disease we are studying and it would be great if we could get information for all genes from the same software. |
I have updated the code to handle a few minor changes in IMGT alignment file format. Please clone the latest commit in the repo and it should run fine. Adding MICA/B and TAP1/2 can probably done but I am not sure when I can get to it. |
Thank you for looking into this. So irritating when they change format. I already had that problem another time this week. I downloaded the new version, I had a problem with DRB5_gen.txt now (with IMGT/HLA version 3.34.0).
I fixed it by changing name on the allele in the DRB5_gen.txt file, since I don't care about DRB5 that worked for me. But for the future, with someone that does care, it can be good to look into. I understand, it is not possible to do everything at once. |
Hi, I didn't bother checking what was new in 3.34.0 release. Addition of an allele of DRB5 in the release, DRB5_gen.txt has been newly added in the release. I understand you don't care about DRB5 sequences, but I suggest you to use 3.33.0 release for the time being rather than modifying allele names to get away with the error. I should be able to get to this early Nov along with a possibility of supporting MICA/B and TAP1/2. |
Actually the DRB5_gen.txt that comes in the Alignments_Rel_3360.zip has the right name so everything works if you just comment out the part in scripts/formatIMGT.sh where it overwrites the file from the resources directory |
Thank you @mmaiers-nmdp.
|
This problem happens when java cannot identifiy allele "Y*01:01" correctly due to ' * ' in the first base position in file Y_gene.txt, script works after deleting the first alignment position base. |
@freshfischer hi, thank you for your comment. Could you please explain what do you mean by "deleting the first alignment position base"? Am I getting it correctly below? Do I need to change the
|
As for this problem, I just re-edit
|
If you use the latest update of this repository (commit 545c770) instead of the latest release tag (v0.9.6), you don't get that particular error. |
Hi again,
I have downloaded the Alignments_Rel_3330.zip from https://github.com/ANHIG/IMGTHLA and put the hla_nom_g.txt in that folder. It seem to be working fine at first to create the new reference with formatIMGT.sh but then it crashes, the last part of the log is as follow:
Any idea what the problem might be?
Thank you in advance for the help!
The text was updated successfully, but these errors were encountered: