https://github.com/lucventurini/mikado
Raw File
Tip revision: acc96229cf794e40492ef7d7fabd3119dc6ca522 authored by Luca Venturini on 17 January 2017, 18:57:09 UTC
Solved a bug which caused transcripts with non-verified introns to be classified as having all the verified introns in the locus. Implemented a test to catch the mistake in the future. Moreover, now verified introns are considered at the level of the superlocus, until we define the genes.
Tip revision: acc9622
MANIFEST.in
include DESCRIPTION.md
include README.md
include AUTHORS
include requirements.txt
recursive-include *py
recursive-include Mikado *pyx
recursive-include Mikado *pxd
recursive-include bin *py
recursive-include util *py
recursive-include Mikado *snakefile *json *yaml
back to top