Skip to content

Commit

Permalink
small fix to address #212 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos authored May 28, 2017
1 parent 351bdff commit bfec740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohorts/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def expressed_neoantigen_count(row, cohort, filter_fn, normalized_per_mb, **kwar
only_expressed=True,
**kwargs)

def median_vaf_purity(row, cohort):
def median_vaf_purity(row, cohort, **kwargs):
"""
Estimate purity based on 2 * median VAF.
Expand Down

0 comments on commit bfec740

Please sign in to comment.