circtools 1.1.0.7 released
We are proud to release the new version of circtools, 1.1.0.7 as of today.
Resolved code issues
- 1.1.0.4 contains several bug fixes regarding the installation process, namely missing depencies for
statsmodels
- An error relating to
pysam
andHTSeq
during from-scratch installations ofDCC
has been solved - Empty lines in
DCC
input files no longer result in incorrect behavior (Issue #64) - The
enrich
module's help entry for-c
incorrectly referred to thecircRNACount
file while it should be the
CircCoordinates
Resolved / improved documentation issues
- The documentation now clearly states the Python2 dependency of DCC and FUCHS (Issue #60)
- NOTE: DCC and FUCHS are right now tested with Python3, therefore the installation process will be more straightforward in upcoming releases
- The documentation now uses consistent Python3 versions (Issue #61)
- The documentation of the enrich module was updated with a background section (Issue #62)
- The documentation was completely overhauled and now consistently uses one data set for all analyses (Issue #25 )
- STAR and StringTie are now listed as dependencies int the documentation (Issue #66)
- The documentation now uses publicly usable HTTPS git links (Issue #65)