Skip to content

Commit

Permalink
Merge branch 'master' into release-v0.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-dolzhenko committed Jan 6, 2020
2 parents b361fd2 + daaccc1 commit 33a9f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/casecontrol/locusworkflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(params):
)

if params.target_region_path:
target_regions = load_target_regions(params.target_regions)
target_regions = load_target_regions(params.target_region_path)
logging.info("Restricting analysis to %i regions", len(target_regions))
count_table = common.filter_counts_by_region(count_table, target_regions)

Expand Down

0 comments on commit 33a9f6a

Please sign in to comment.