Skip to content

Commit 1377024

Browse files
committed
version control info updates
1 parent c2f14aa commit 1377024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/phasing_correction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def remove_overlapping_and_small_phasesets(phasesets, bin_size, args):
3131
dfs = csv_df_chromosomes_sorter(phasesets, ['chr', 'pos', 'ps'])
3232
values_all = []
3333
indices_all = []
34-
from utils import get_contigs_list
3534
chroms = get_contigs_list(args.contigs)
3635
#
3736
for index, chrom in enumerate(chroms):

0 commit comments

Comments
 (0)