bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.64k stars 3.27k forks source link

Add get_orfs #47913

Closed linsalrob closed 5 months ago

linsalrob commented 5 months ago

get_orfs is very fast, ANSI C code, for pulling all open reading frames from a DNA sequence. It has all 26 translation tables, and can provide all ORFs in all translation tables.

There is a companion python code (pygenetic code), but this is just the C-code.

linsalrob commented 5 months ago

@bioconda-bot please add label