Bugfixes:
- case-sensitivity issue for fusion fix step
Improvements:
- use smaller test data
Improvements:
- offer more deployment methods (PyPI, bioconda, Docker and Galaxy Tool). Thanks @bgruening and @anatskiy for their helps!
Improvements:
- add test codes
Improvements:
- add pysam version checking at running time
Improvements:
- add exon/intron index information
Improvements:
- use setuptools instead of distutils in setup.py, fix #11
Improvements:
- check pysam version at running time
- index fa file automatically if it has not been indexed
- integrate interval.py into it
Bugfixes:
- bug that removes fusion junction reads aligned to first/last exons
Improvements:
- support pysam 0.8.2
Improvements:
- add script fetch_ref.py
Improvements:
- adjust some misleading labels
Bugfixes:
- bug that causes a crash when parsing ciRNA junctions
Improvements:
- support aligner STAR
Bugfixes:
- bug that prints redundant circular RNA information
Improvements:
- add option '--no-fix' to not use fix step
Improvements:
- add option '--tmp' to keep temporary files
- change option '--output' from output file name to output file prefix
Improvements:
- remove redundant source codes
- modify source codes according to PEP8
Bugfixes:
- bug that ignores mismatches of fusion junction reads near the first or last exon
- bug that removes fusion junction reads due to align to a random isoform
Features:
- first release for CIRCexplorer
- all the source codes were derived from the CELL paper and reorganized for general usage