Skip to content

Commit

Permalink
Merge pull request #1057 from griffithlab/pvacbind_el
Browse files Browse the repository at this point in the history
Fix MHCflurry EL processing for pVACbind
  • Loading branch information
susannasiebert authored Feb 13, 2024
2 parents 96c255a + 3dd3337 commit 562e815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvactools/lib/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ def parse_outputs(self, chunks, length):
'output_file' : split_parsed_file_path,
}
params['sample_name'] = self.sample_name
params['flurry_state'] = self.flurry_state
if self.additional_report_columns and 'sample_name' in self.additional_report_columns:
params['add_sample_name_column'] = True
parser = self.output_parser(params)
Expand Down

0 comments on commit 562e815

Please sign in to comment.