Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Oct 19, 2015
2 parents 8142606 + c7bef5f commit 096c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyGenClean/run_data_clean_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ def run_check_ethnicity(in_prefix, in_type, out_prefix, base_dir, options):
# Computing the number of outliers
outliers = None
if not skip_ref_pops:
with open(filename, "r") as i_file:
with open(script_prefix + ".outliers", "r") as i_file:
outliers = {
tuple(line.rstrip("\r\n").split("\t")) for line in i_file
}
Expand Down

0 comments on commit 096c264

Please sign in to comment.