Added
- Brief description of modules in documentation under structure page
- Docstring
- `finaletoolkit.version` module containing single-source `__version__`
variable
- `remove_nocov` option in `finaletoolkit.frag.delfi` to toggle dropping two
bins with low coverage. These bins are dropped in delfi_scripts but
may not apply to fragment files not aligned to hg19.
- tests for `finaletoolkit.frag.delfi_merge_bins`
Changed
- `finaletoolkit.frag.delfi` changed to accept files aligned to almost
any reference genome.
- `finaletoolkit.frag.delfi_merge_bins` algorithm changed to be
reference genome-agnostic and consistent with delfi_scripts
- `finaletoolkit delfi` options `-G`, `-M`, and `-R` to drop
gc-correction, merging, and remove nocov bins, respectively.
Removed
- unused flags for `finaletools delfi`: `-W`, `--window-size`
- redundant flags for `finaletools delfi`: `-gc`, `--gc-correct`,
`-m`, `--merge-bins`