We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8587f commit 0eed1adCopy full SHA for 0eed1ad
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.tools.frac_gc(bins, fasta_records, mapped_only)
+ bins["GC"] = bioframe.genomeops.frac_gc(bins, fasta_records, mapped_only, return_input=False)
76
print(bins.to_csv(sep="\t", index=False))
77
78
0 commit comments