Skip to content
Version 0.6.1

Small fixes in segmentation, affecting the output of `segment` and preventing
crashes in `segmetrics`:

- Exclude fewer low-coverage bins from segmentation (using a lower minimum
  coverage threshold).
- In case the first or last bins on a chromosome were excluded from
  segmentation, adjust the first and last segments on each chromosome so that
  their endpoints match the first and last bins.
- If no bins on a chromosome passed the coverage filter, instead of omitting
  the chromosome from segmentation output, generate a single segment covering
  the full chromosome, with segment log2 ratio 0.0. (So, all chromosomes in the
  .cnr file will be present in the .cns file, too.)