Skip to content

Commit 4344800

Browse files
authored
Update genome.py
1 parent cd79001 commit 4344800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cooltools/cli/genome.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def gc(bins_path, fasta_path, mapped_only):
7272
"Some chromosomes mentioned in {}"
7373
" are not found in {}".format(bins_path, fasta_path)
7474
)
75-
bins["GC"] = bioframe.frac_gc(bins, fasta_records, mapped_only)
75+
bins = bioframe.frac_gc(bins, fasta_records, mapped_only)
7676
print(bins.to_csv(sep="\t", index=False))
7777

7878

0 commit comments

Comments
 (0)