Version 1.1.0
jamorrison
released this
07 Jul 16:04
·
191 commits
to master
since this release
Source code (zip) and Source code (tar.gz) are generated by GitHub and may not contain all required submodules. Use these at your own risk! It is suggested to use the release-source.zip if downloading the source code.
Important Note: This version is not backwards compatible with BISCUIT Version 0.3.16 and earlier.
Date Created:
- 7 July 2022
General changes:
- Copyright years updated.
- Implicit fallthrough warnings fixed for more recent versions of GCC.
- Makefile has no explicit calls to
gcc
. All calls happen through$CC
.
Changes affecting specific subcommands/scripts:
- epiread:
- Gzipped BED files are now able to be used as inputs to
-B
. - Empty reads (those with only F, x, and/or P in them) are removed by default. If included, the
-E
option will leave these reads in the output file. - Add long read functionality (
-L
option). - Add "-" in old epiread format for C's that are filtered to maintain alignment with C's occurring in the reference.
- Gzipped BED files are now able to be used as inputs to
- asm:
- Fisher's exact and chi-squared p-values are now output in scientific notation, rather than as decimals.
Bug Fixes: