Fernando Fernández Mendoza

Results 2 issues of Fernando Fernández Mendoza

Hi, Sorry that I do not have time to make this properly, meditate and push useful changes to the code. There are some issues in setupDB.py that do not allow...

Hi a simple issue to fix (funannotate sort does not work properly because minlen is read as string while 0 is an integer....) change https://github.com/nextgenusfs/funannotate/blob/b7793448eb4c147d54a39167ac4445b291a7124a/funannotate/sort.py#L37 to ``` if int(minlen) >...