Skip to content
Snippets Groups Projects
Commit 730a259a authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

got rid of peptide_length_column_name

parent 956efdba
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,6 @@ def load_allele_dicts(
species_column_name="species",
allele_column_name="mhc",
peptide_column_name=None,
peptide_length_column_name="peptide_length",
ic50_column_name="meas",
only_human=False,
min_allele_size=1):
......@@ -165,7 +164,6 @@ def load_allele_dicts(
species_column_name=species_column_name,
allele_column_name=allele_column_name,
peptide_column_name=peptide_column_name,
peptide_length_column_name=peptide_length_column_name,
ic50_column_name=ic50_column_name,
only_human=only_human)
# map peptides to either the raw IC50 or rescaled log IC50 depending
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment