Skip to content

Commit

Permalink
moved epitope_logic
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed May 9, 2024
1 parent 9ea5329 commit 9871df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_epitope_prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
from mhctools import RandomBindingPredictor
from pyensembl import genome_for_reference_name
from varcode import Variant
from vaxrank.epitope_prediction import predict_epitopes, EpitopePrediction
from vaxrank.epitope_logic import predict_epitopes
from vaxrank.epitope_prediction import EpitopePrediction
from vaxrank.mutant_protein_fragment import MutantProteinFragment
from vaxrank.vaccine_peptide import VaccinePeptide

Expand Down

0 comments on commit 9871df7

Please sign in to comment.