-
Notifications
You must be signed in to change notification settings - Fork 26
Description
The email Id during the installation was updated by-
cblaster config --email "emailid"
[10:26:54] INFO - Starting config module
[10:26:54] INFO - Found existing configuration file, reading
[10:26:54] INFO - Writing configuration to /home/compbio/.config/cblaster/config.ini
[10:26:54] INFO - Done!
Now, while running the following:-
cblaster search -qf test.fasta -p plot.html
Gives
Traceback (most recent call last):
File "/home/user/.local/bin/cblaster", line 8, in
sys.exit(main())
File "/home/user/.local/lib/python3.10/site-packages/cblaster/main.py", line 420, in main
set_entrez()
File "/home/compbio/.local/lib/python3.10/site-packages/cblaster/main.py", line 46, in set_entrez
raise RuntimeError("No e-mail or NCBI API key found, please run cblaster config")
RuntimeError: No e-mail or NCBI API key found, please run cblaster config
Kindly resolve the issue