We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd79001 commit 4344800Copy full SHA for 4344800
cooltools/cli/genome.py
@@ -72,7 +72,7 @@ def gc(bins_path, fasta_path, mapped_only):
72
"Some chromosomes mentioned in {}"
73
" are not found in {}".format(bins_path, fasta_path)
74
)
75
- bins["GC"] = bioframe.frac_gc(bins, fasta_records, mapped_only)
+ bins = bioframe.frac_gc(bins, fasta_records, mapped_only)
76
print(bins.to_csv(sep="\t", index=False))
77
78
0 commit comments