Skip to content

Commit

Permalink
Fix bug with pVACsplice aggregate_inclusion_count_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Dec 18, 2024
1 parent 6137d1f commit 48791a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pvactools/lib/aggregate_all_epitopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ def __init__(
percentile_threshold=None,
allele_specific_binding_thresholds=False,
aggregate_inclusion_binding_threshold=5000,
aggregate_inclusion_count_limit=15,
top_score_metric="median",
trna_vaf=0.25,
trna_cov=10,
Expand All @@ -1137,6 +1138,7 @@ def __init__(
percentile_threshold=percentile_threshold,
allele_specific_binding_thresholds=allele_specific_binding_thresholds,
aggregate_inclusion_binding_threshold=aggregate_inclusion_binding_threshold,
aggregate_inclusion_count_limit=aggregate_inclusion_count_limit,
top_score_metric=top_score_metric,
)
self.tumor_purity = tumor_purity
Expand Down

0 comments on commit 48791a3

Please sign in to comment.