Closed iskandr closed 4 years ago
df_pred = pred.predict( peptides=df_tcell_mhcflurry.peptide.values, alleles={allele:[allele] for allele in df_tcell_mhcflurry.allele.unique()}, sample_names=df_tcell_mhcflurry.allele.values, throw=False)
Gives this exception:
EncodingError: Sequence 'AGTGDRLLNLVQGAYQA' (length 17) unsupported. There are 308 total peptides with this length. Supported lengths: 1 - 16.
Thanks, a fix for this will go into 1.6.1
Gives this exception: