-
Notifications
You must be signed in to change notification settings - Fork 63
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
cannot find the common mouse alleles with "pvacseq valid_alleles" #1210
Comments
By default, the
Please see the documentation for this command here for all available options or run Updating your command to the following should work:
|
Thanks a lot! I referred to an old link and the solution there is out of date (#554). OK. I'll check the documentation further. May I ask another help on the error below? I guess it's about tensorflow used by MHCflurry. The whole running log/err file is attached.
Thank you! |
The What version of tensorflow do you have installed? I believe there are some incompatibilities of MHCflurry with newer versions of tensorflow. I have found that 2.15.1 works fine on our end. However, that tensorflow version is not available in python 3.12. so you will need to use 3.11 or older. |
Thanks! I believe the problem has been solved by downgrading python (Python 3.11.11) and tensorflow (Version: 2.15.1) as you suggested. Sorry. I have the last issue as below, though the pipeline seems running successfully. Thank you! ... Done: Pipeline finished successfully. File /scratch/ms002/xzhong/11_pVACtools/AB1HA_test/output/MHC_Class_I/Test.filtered.tsv contains list of filtered putative neoantigens. No MHC class II alleles chosen. Skipping MHC class II predictions. During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Hi, the command output doesn't have the mouse alleles.
`xzhong@kaya1:~/scratch/11_pVACtools/AB1HA$ pvacseq valid_alleles | grep H2
xzhong@kaya1:~/scratch/11_pVACtools/AB1HA$ pvacseq valid_alleles | grep H-2`
so I cannot run pvacbind:
`xzhong@kaya1:~/scratch/11_pVACtools/AB1HA$ pvacbind run AB1HA_MHC-I.fa Test H2-Kd,H2-Dd,H2-Ld NetMHCpan ./ -e1 8,9,10 -e2 15
Allele H2-Dd not valid. Skipping.
Allele H2-Kd not valid. Skipping.
Allele H2-Ld not valid. Skipping.
No MHC class I alleles chosen. Skipping MHC class I predictions.
No MHC class II prediction algorithms chosen. Skipping MHC class II predictions.
xzhong@kaya1:~/scratch/11_pVACtools/AB1HA$ pvacbind run AB1HA_MHC-I.fa Test H2-Kd,H2-Dd,H2-Ld all ./ -e1 8,9,10 -e2 15
Allele H2-Dd not valid. Skipping.
Allele H2-Kd not valid. Skipping.
Allele H2-Ld not valid. Skipping.
No MHC class I alleles chosen. Skipping MHC class I predictions.
No MHC class II alleles chosen. Skipping MHC class II predictions.`
The pvactools version I'm using is 5.2.0.
Can anyone help on the issue? Thank you!
The text was updated successfully, but these errors were encountered: