All notable changes to this project will be documented in this file.
- Changelog file to keep track of changes to this project.
- Fixed bug with outputting to an user-specified output directory.
- Fixed bug in
find_islands_in_pr
so that empty island lists do not triggerIndexError
.
- Fixed issue with calling BEDTools using
subprocess.call
. Instead, usesubprocess.Popen
to enable piping. - Fixed method for getting CPU count
- New version of SICER for improved user-friendliness and parallelization support
- Multiprocessing based on chromosomes
- RECOGNICER algorithm added
- Uses BEDTools to convert BAM file to BED automatically