EI-CoreBioinformatics / mikado

Mikado is a lightweight Python3 pipeline whose purpose is to facilitate the identification of expressed loci from RNA-Seq data * and to select the best models in each locus.
https://mikado.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
98 stars 18 forks source link

Prevent loci from being lost due to chaining #131

Closed lucventurini closed 6 years ago

lucventurini commented 6 years ago

Currently, due to the architecture of Mikado, it can happen that loci get lost in scenarios like the following:

This tends not to happen too much due to the specifics of scoring, but it is an issue. Ideally, Mikado should realise it has lost transcripts, backtrack, and rebuild loci for them.

lucventurini commented 6 years ago

Correctly implemented. Closing.