cnvkit
cnvkit copied to clipboard
Possible bug in bin sizes
Hi, I ran the latest version of cnvkit via docker with these settings:
cnvkit.py batch -n -f REF.fasta -m hybrid -g ACCESSIBLEREGIONS.bed -t PROBESBED.bed --target-avg-size 50000 --antitarget-avg-size 4000000 --antitarget-min-size 1000000
However, it is producing a target.bed file whose average bin size is only 122.79 bp. This should not be possible based on the above settings.
This is with hg38.
So there appears to be a bug in the way batch interprets these parameters: --target-avg-size 50000
Or is this because bins cannot encompass more than one target? If so, I assume then that the segment step integrates information across multiple bins?
Thanks