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
97 stars 18 forks source link

HSP uniqueness could fail in rare cases #423

Closed ljyanesm closed 2 years ago

ljyanesm commented 2 years ago

Add evalue to uniqueness constraint to prevent rare cases where the existing keys were not enough to guarantee uniqueness.

Users could also filter input hits to a lower evalue and prevent this issue.

Fix for #422

codecov-commenter commented 2 years ago

Codecov Report

Merging #423 (627da29) into master (e9e9a0f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #423   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files         110      110           
  Lines       19815    19815           
=======================================
  Hits        16874    16874           
  Misses       2941     2941