What's Changed * Throw error if bedtools or samtools are not in PATH by bepoli in https://github.com/bodegalab/tecount/pull/2 * Sort output by feature name by bepoli in https://github.com/bodegalab/tecount/pull/3
What's Changed * Fixes false positives when checking whether a file is gzip (PR https://github.com/bodegalab/tecount/pull/1)
0.6.0
- Rename package to lowercase to follow python naming convention. - Package name is `tecount` (e.g. `pip install tecount` or `import tecount`). - NB: command line remains `TEcount`.
0.5.0
- Initial public release - Add github workflow for publishing on pypi