We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: