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

No such file or directory: 'Porter5/example/2FLGA.fasta.flatpsi.an #4

Closed
katrinr opened this issue Feb 1, 2019 · 4 comments
Closed

Comments

@katrinr
Copy link

katrinr commented Feb 1, 2019

Hi,
I would love to use Porter5, but I have some problems with the initial steps, which seems to be addressed in one or the other previous issues, however testing the path to the databases did not help, so I guess my paths are somehow not fully correct. Here is my config.ini

[DEFAULT]                                                                                                                               
psiblast = <path_to_packages>/packages/databases/psi-blast/ncbi-blast-2.8.1+                                                                
uniref90 = <path_to_packages>/packages/databases/uniref90                                                                                   
hhblits = <path_to_packages>/packages/hh-suite                                                                                              
uniprot20 = <path_to_packages>/packages/databases/uniprot20_2016_02

How should it look like?
Thanks in advance

@katrinr
Copy link
Author

katrinr commented Feb 1, 2019

Figured it out, maybe useful for others, so I post it here

[DEFAULT]                                                                                                                               
psiblast = <path_to_packages>/packages/databases/psi-blast/ncbi-blast-2.8.1+                                                                
uniref90 = <path_to_packages>/packages/databases/uniref90/uniref90.fasta                                                                    
hhblits = <path_to_packages>/packages/hh-suite/build/bin/hhblits                                                                            
uniprot20 = <path_to_packages>/packages/databases/uniprot20_2016_02/uniprot20_2016_02 

Btw thanks for the tool!

@mircare
Copy link
Owner

mircare commented Feb 1, 2019

HHblits is a bit confusing in this respect so I've just improved the description of uniprot20.

Thank you for using Porter5!

@mircare mircare closed this as completed Feb 1, 2019
@DRL36
Copy link

DRL36 commented Aug 7, 2019

I encountered the same issue here and I've tried changing the default, but it still went wrong. For me, 2FLGA.fasta.flatpsi is created, but no 2FLGA.flatpsi.ann file. Any ideas on how to fix this?
btw, I commented out psiblast and uniref90 since I'm running the fast prediction and those 2 are not needed.

@mircare
Copy link
Owner

mircare commented Aug 7, 2019

@DRL36 Please try the below command and open another issue with more details if the problem persists.

python3 Porter5.py -i example/2FLGA.fasta --cpu 4 --setup

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

3 participants