Skip to content

Commit a8aed80

Browse files
author
RunpengLuo
committed
ruff code format
1 parent 9ad566c commit a8aed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hatchet/utils/rd_gccorrect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def rd_gccorrect(bb, ref_genome):
2828
"3_usercol": "END",
2929
"5_pct_gc": "GC",
3030
}
31-
).astype({"#CHR": str}
32-
)[["#CHR", "START", "END", "GC"]]
31+
)
32+
.astype({"#CHR": str})[["#CHR", "START", "END", "GC"]]
3333
)
3434

3535
# Correcting GC bias per sample

0 commit comments

Comments
 (0)