Skip to content

Commit

Permalink
python black
Browse files Browse the repository at this point in the history
  • Loading branch information
tillenglert committed Aug 1, 2023
1 parent 6993717 commit 4c05d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/unify_model_lengths.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def main():
allele_availability, columns=["Allele", "Peptide_Length", "Allele_Model", "Availability"]
)


# Drop all non available models
allele_availability = allele_availability[allele_availability["Availability"]]
allele_availability.drop("Availability", axis=1, inplace=True)
Expand Down

0 comments on commit 4c05d74

Please sign in to comment.