I have a bunch of fragmented eukaryotic proteins that I would like to annotate. I don't have the genome so I can't use MAKER or FUNANNOTATE to build good gene models. I ran rnaspades for a de-novo transcriptome assembly and then prodigal for fragmented ORFs (yes, I know this is for prokaryotes).
How can I get annotations for this?
Interproscan is basically impossible to install. I've tried for weeks to get this to work but their package is so poorly documented and so confusing that I'm giving up. I'm not sure how to use docker and would rather avoid it if there is another option available.
Maker is extremely confusing to run from a specific point. In particular, the annotation of the proteins without the genome.
Is there ANYTHING I can use that give be decent annotations from these fragmented ORFs?
Something along the lines of the following:
conda install -c bioconda [somepackage]
[somepackage] -i proteins.faa -o output_directory
Is this a fools wish?