Open
Description
Hello,
I have managed to use transannot 3.0 conda version to annotate a protein set with Pfam, Swiss-prot and EggNOGG.
In the final database, there is an extra line at the end of the file:
query target qstart qend theader evalue pident bits seq-seq search SwissProt
I was wondering if it is just a formatting error (and I can just delete it) or if that could mean that some data is missing.
Here are the commands I have run:
transannot downloaddb eggNOG transannotdb/eggNOGDB transannotdb/tmp/
transannot downloaddb Pfam-A.full transannotdb/PfamDB transannotdb/tmp/
transannot downloaddb UniProtKB/Swiss-Prot transannotdb/swissprotDB transannotdb/tmp/
transannot createquerydb ./custom_longest_orf.pep ./transannot/custom_gtf_db/custom_gtf_db ./transannot/custom_gtf_tmp --remove-tmp-files
transannot annotate ./transannot/custom_gtf_db/custom_gtf_db \
./transannotdb/PfamDB \
./transannotdb/eggNOGDB \
./transannotdb/swissprotDB \
./transannot/custom_gtf_annotated_db/custom_gtf_annotated_db \
./transannot/tmp \
--no-run-clust --remove-tmp-files
Metadata
Metadata
Assignees
Labels
No labels