Skip to content
New issue

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

running programm with reference database for blast searches throws error #46

Open
ckeuschn opened this issue Jun 18, 2024 · 2 comments
Open

Comments

@ckeuschn
Copy link

Hi,

When I run the program providing a reference database it throws an error which I cannot figure out how to solve. Any help is appreciated!

Cheers,
Christoph

/Final processing of output

Traceback (most recent call last):
File "/home/ckeuschn/miniconda3/envs/fegenie/bin/FeGenie.py", line 3020, in
main()
File "/home/ckeuschn/miniconda3/envs/fegenie/bin/FeGenie.py", line 2355, in main
ls[0] + "," + ls[1] + "," + str(idxDict[ls[2]]) + "," + ls[3] + "," + ls[4] + "," + ls[
^^^^^^^
UnboundLocalError: cannot access local variable 'idxDict' where it is not associated with a value
/

@Arkadiy-Garber
Copy link
Owner

Hi Christoph,

Thanks for your interest in FeGenie, and apologies for the delayed response.

Thanks for sharing that error output. Could you please send me the command that you are using to invoke FeGenie?

Thanks,
Arkadiy

@ckeuschn
Copy link
Author

Hi Arkadiy,

sorry I missed your response here an I am back now on this again. I have still problems with running the programm with a refDB. this is my command:

FeGenie.py
-bin_dir .
-bin_ext faa
-out fegenie_out_uniprot
--orfs
-t 16
-ref /home/ckeuschn/databases/uniprot_sprot.fasta

but that gives me an empty output file now:

head FeGenie-summary.csv
category,genome,assembly,orf,HMM,bitscore,bitscore_cutoff,cluster,heme_binding_motifs,top_blast_hit,blast_hit_evalue,protein_sequence
#,#,#,#,#,#,#,#
#,#,#,#,#,#,#,#
#,#,#,#,#,#,#,#
#,#,#,#,#,#,#,#
#,#,#,#,#,#,#,#

When I run it without a database I get a table with hits and everything. what am I missing here?
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants