Skip to content

Commit 08970a1

Browse files
authored
do not impose minimum chromosome count in karyotype (thanks @bitahu, #783) (#784)
1 parent 6e6f5c0 commit 08970a1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/jcvi/graphics/karyotype.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
e, 0, 1, athaliana.grape.4x1.simple
2020
"""
2121

22-
2322
import sys
2423
from typing import List, Optional
2524

@@ -236,8 +235,6 @@ def draw(
236235
step = 2 if nseqids <= 40 else 10
237236
if nseqids >= 2 * MaxSeqids and (i + 1) % step != 0:
238237
continue
239-
if nseqids < 5:
240-
continue
241238

242239
hpad = -pad if va == "bottom" else pad
243240
if plot_circles:

0 commit comments

Comments
 (0)