Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgk committed Sep 13, 2017
1 parent 8345556 commit 432fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jared/vcf_from_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def vcf_region_write(sys_args):
rec_list = vf.getRecordList(vcf_reader, region)
else:
rec_list, prev_last_rec = vf.getRecordListUnzipped(vcf_reader,
region, chrom, prev_last_rec)
region, prev_last_rec)
if len(rec_list) == 0:
logging.warning(("Region from %d to %d has no variants "
"in VCF file") % (region.start,region.end))
Expand Down

0 comments on commit 432fc0d

Please sign in to comment.