Skip to content

Commit

Permalink
remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Mar 13, 2024
1 parent 7b0aba8 commit b9d050a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/scripts/prioritization/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def start(self, allele_file, epitope_lengths, output_dir, mhc_class, vartype):
fh = open(Path(output_dir, f"{vartype}_variant_effects.tsv"), 'r')
next(fh) # skip header
for line in fh:
print(line)
entries = line.rstrip().split('\t')
for epilen in epilens:
aa_var_start = int(entries[12])
Expand Down

0 comments on commit b9d050a

Please sign in to comment.