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

Pharokka Database Install Failed. #241

Closed
sujeetpowar opened this issue Mar 9, 2023 · 3 comments
Closed

Pharokka Database Install Failed. #241

sujeetpowar opened this issue Mar 9, 2023 · 3 comments

Comments

@sujeetpowar
Copy link

I was installing pharokka but for some reason I can not install the databases with this command: install_databases.py -d
So I manually downloaded the databases from the following link: https://zenodo.org/record/7563578/files/pharokka_v1.2.0_database.tar.gz(pharokka) But I still can not make it work. Is there any way that I can complete database installation and start using pharokka?
Since I am new to the bioinformatics I am not exactly sure what to do after downloading databases manually.
Your help is much appreciated.

@gbouras13
Copy link
Owner

gbouras13 commented Mar 9, 2023

Hi Sujeet,

Would you be able to give me some more information about what you tried? Maybe screenshots if that is ok?

Assuming you have put the manually downloaded database in your current directory (it is called pharokka_v1.2.0_databases), you will need to add

-d pharokka_v1.2.0_databases

to your pharokka command.

e.g.

pharokka.py -i input.fasta -o output -d pharokka_v1.2.0_databases

Otherwise, you could specify the full path to wherever the database is:

e.g.

pharokka.py -i input.fasta -o output -d /full_path_to/pharokka_v1.2.0_databases

George

@sujeetpowar
Copy link
Author

Hi George,

Thank you so much for your quick reply. I just realized the mistake I was doing and I tried the solution you mentioned and it worked. I realized the the problem was because of my limited understanding.

Anyway thank you so much for your help.

@gbouras13
Copy link
Owner

No problem Sujeet, I hope you find the output useful.

I was in your shoes not too long ago - the more bioinformatics you do the better you get :)

George

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