Hi and thanks for the great work.
I've executed with transannot v4.0.0 installed from conda the following:
`
transannot downloaddb --threads $cores eggNOG transannot_dbs/eggNOGDB TMPDIR_transannot
transannot downloaddb --threads $cores Pfam-A.full transannot_dbs/PfamDB TMPDIR_transannot
transannot downloaddb --threads $cores UniProtKB/Swiss-Prot transannot_dbs/SwissProtDB TMPDIR_transannot
transannot createquerydb aminoacids.fasta transannot_out/out_nfx_1 TMPDIR_transannot --threads $cores --remove-tmp-files TRUE
transannot annotate transannot_out/out_nfx_1 transannot_dbs/PfamDB transannot_dbs/eggNOGDB transannot_dbs/SwissProtDB transannot_out/out_nfx_1_annotate TMPDIR_transannot --threads $cores -s 7.5
`
The code seemed to run succesfully but the output files of the transannot annotate are saved in TMPDIR_transannot instead of transannot_out/out_nfx_1_annotate, so arguments 5 and 6th seem to be swapped?
Best,
Hi and thanks for the great work.
I've executed with transannot v4.0.0 installed from conda the following:
`
transannot downloaddb --threads $cores eggNOG transannot_dbs/eggNOGDB TMPDIR_transannot
transannot downloaddb --threads $cores Pfam-A.full transannot_dbs/PfamDB TMPDIR_transannot
transannot downloaddb --threads $cores UniProtKB/Swiss-Prot transannot_dbs/SwissProtDB TMPDIR_transannot
transannot createquerydb aminoacids.fasta transannot_out/out_nfx_1 TMPDIR_transannot --threads $cores --remove-tmp-files TRUE
transannot annotate transannot_out/out_nfx_1 transannot_dbs/PfamDB transannot_dbs/eggNOGDB transannot_dbs/SwissProtDB transannot_out/out_nfx_1_annotate TMPDIR_transannot --threads $cores -s 7.5
`
The code seemed to run succesfully but the output files of the transannot annotate are saved in TMPDIR_transannot instead of transannot_out/out_nfx_1_annotate, so arguments 5 and 6th seem to be swapped?
Best,