Skip to content

Commit

Permalink
convert back
Browse files Browse the repository at this point in the history
  • Loading branch information
liguowang committed Apr 15, 2021
1 parent ef25dea commit dd97a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmmodule/mapwig.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def crossmap_wig_file(mapping, in_file, out_prefix, taget_chrom_size, in_format,
# bigwig header
target_chroms_sorted = []
for k in sorted(taget_chrom_size.keys()):
#i_chrom = update_chromID('chr1',k)
i_chrom = update_chromID('chr1',k)
i_value = taget_chrom_size[k]
target_chroms_sorted.append((i_chrom, i_value))

Expand Down

0 comments on commit dd97a82

Please sign in to comment.