Skip to content

Commit

Permalink
fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgk committed Mar 12, 2021
1 parent 24c9399 commit e4f8f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgpipe/vcf_four_gamete.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

from pgpipe.logging_module import initLogger
from pgpipe.genome_region import Region, RegionList
from pgpipe.vcf_reader_func import getRecordList, vcfRegionName, getRecordsInRegion, VcfReader
from pgpipe.vcf_reader_func import vcfRegionName, getRecordsInRegion, VcfReader
from pgpipe.bcftools import check_for_index, create_index
from pgpipe.misc import argprase_kwargs

Expand Down

0 comments on commit e4f8f39

Please sign in to comment.