Skip to content

Commit

Permalink
missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Aug 2, 2019
1 parent 861dc33 commit e05aef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neoantigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def main():
predictions_output.extend(mut.get_predictions_rows_to_print())


maf_output_df = pd.DataFrame.from_dict(OrderedDict([s.name, s] for s in maf_output).T
maf_output_df = pd.DataFrame.from_dict(OrderedDict([s.name, s] for s in maf_output)).T
maf_output_df.to_csv(sample_path_pfx + '.neoantigens.maf' , sep='\t', index=False)

predictions_output_df = pd.DataFrame.from_dict(OrderedDict([s.name, s] for s in predictions_output)).T
Expand Down

0 comments on commit e05aef4

Please sign in to comment.