A program used to detect Cryptic Exon
- Free software: MIT license
- Documentation: https://ce-detector.readthedocs.io.
- Detect Junction Reads
- Annotate Junction Reads
- Detect Cryptic Exon
Using pip:
$ pip install ce-detector
Using conda:
$ conda install ce-detector
_For more examples and usage, please refer to Document
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.:
$ pip install -r requirement_dev.txt
- Fork it (<https://github.com/cauliyang/ce_detector/fork>)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.