You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
v3.1.5 [17-September-2022]
Fixes #64 reported by @fmalmeida, which highlights that the resfinder annotation were sometimes being duplicated because a single gene had intersection to more then one CDS regions, but, only one being "true".
To solve such issue, intersections are now sorted by length, and only the first occurence (per gene) is kept.
As reported in issue #39, named outputs are now used in modules for better readability.