Skip to content

Commit

Permalink
remove excessive print
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 5, 2024
1 parent 5f27a84 commit e087837
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions workflow/scripts/prioritization/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,6 @@ def start(self, allele_file, epitope_lengths, output_dir, mhc_class):
wt_seqnum = int(entry[22:][epilen_idx*2])
mt_seqnum = int(entry[22:][epilen_idx*2+1])

print(f"epilen_idx:{epilen_idx}")
print(wt_affinities)




wt = None
if wt_seqnum in wt_affinities[epilens[epilen_idx]].keys():
wt = wt_affinities[epilens[epilen_idx]][wt_seqnum]
Expand Down

0 comments on commit e087837

Please sign in to comment.