Skip to content

Commit

Permalink
added no binding algorithm warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhtnp committed Dec 18, 2024
1 parent 77e92a1 commit 2c6fc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvactools/lib/post_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def identify_problematic_amino_acids(self):

def aggregate_all_epitopes(self):
if self.el_only:
print("WARNING: No binding affinity algorithm(s) specified, skipping aggregated report creation.")
return
print("Creating aggregated report")
if self.file_type == 'pVACseq':
Expand Down

0 comments on commit 2c6fc6a

Please sign in to comment.