Hi HLAthena team,
I am trying to run HLAthena predictions for peptide-format inputs with context sequences, but I have encountered issues with both the Docker version and the web interface.
My input file is tab-delimited with a header. The columns are:
The peptide column is named n_mer. I set ctex_up and ctex_dn to 30 amino-acid residues, padding missing upstream/downstream residues with -. I also removed non-standard amino-acid symbols. In my current tests, I do not use expression values, so the TPM column is either blank or ignored.
For the Docker version, I pulled the image successfully:
The help command works:
However, when I run prediction, the process fails after cleavability prediction. For example, this command:
runs through the cleavability step and prints messages such as:
but then fails with:
I also reproduced the same issue with a larger allele list. It seems that the input file is read correctly and the cleavability model runs, but the workflow fails when copying or accessing the panpan models.
Separately, I also tried the web interface at http://hlathena.tools/. The sample peptide input with A0101 worked successfully and produced downloadable results. My own fixed 100-peptide test file with A0101 also worked. A batch of about 2,000 peptides and 5 alleles also completed once, taking around 4 minutes.
However, the web interface later became unstable. After uploading a file and entering alleles, clicking “Predict” sometimes immediately gives:
After refreshing the page, it shows:
Clicking Reload still leaves the page disconnected.
Could you please advise on the following?
Is the Docker image currently expected to work, or is the invalid_grant: Invalid JWT Signature error related to an expired or inaccessible Google Cloud/model credential inside the image?
Is there a recommended workaround for running the Docker version locally without this panpan model transfer error?
Is the web server currently experiencing instability or resource limits?
For web prediction, what is the recommended maximum number of peptides and alleles per job when using context/MSiC prediction?
Thank you very much for your help.