We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6964f2 commit 81e9b60Copy full SHA for 81e9b60
2 files changed
samplot/__init__.py
@@ -1,2 +1,2 @@
1
#!/usr/bin/env python
2
-__version__ = "1.0.20"
+__version__ = "1.0.21"
samplot/samplot_vcf.py
@@ -599,9 +599,9 @@ def vcf(parser):
599
for i, gt in enumerate(gts)
600
if len(gt) == 2 and gt[0] == 0 and gt[1] == 0
601
]
602
+
603
if len(hom_ref_idxs) > 3:
604
random.shuffle(hom_ref_idxs)
- hom_ref_idxs = hom_ref_idxs[:3]
605
606
hom_ref_samples = []
607
for i in hom_ref_idxs:
0 commit comments