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

Error calling pepstats #13

Open
Patadu opened this issue Aug 6, 2024 · 6 comments
Open

Error calling pepstats #13

Patadu opened this issue Aug 6, 2024 · 6 comments

Comments

@Patadu
Copy link

Patadu commented Aug 6, 2024

Hi,

I am trying to run EffectoP 2 on the university cluster. I have followed the instruction to install it and when I run the EffectorP.py using either the EffectorTest File or my own files I do get the following error:

Call pepstats...
Error calling pepstats: [Errno 2] No such file or directory: '/media/scratchpad_01/guest21/EffectorP/EffectorP-2.0-2.0.1/Scripts/EMBOSS-6.5.7/emboss/pepstats'

I have looked into the emboss directory and actually I do not find the pepstats file but the pepstats.c file. Is this the cause of the error? Please, could you help me in solving it?

Thanks in advance for your help.

Best regards,
Luigi

@Patadu Patadu changed the title ModuleNotFoundError: No module named 'numpy' Error calling pepstats Aug 6, 2024
@JanaSperschneider
Copy link
Owner

Hi Luigi,

sounds like the compilation of pepstats did not succeed. You need to run:

cd EMBOSS-6.5.7/
./configure
make
cd ../

for pepstats.c to successfully compile into pepstats.

Best wishes,
Jana

@Patadu
Copy link
Author

Patadu commented Aug 8, 2024

Hi Jana,

Thanks for your reply. I did run that command but yet I get the pepstats errors. I have also tried to unistall it and compile it again but I do always get the same error.

I do not know if it can be of help in finding a solution for the problem, but I am working on the university cluster and using the putty terminal to run the code.

Best regards,
Luigi

@Patadu
Copy link
Author

Patadu commented Aug 8, 2024

I run it again and I realized that at the end of "make" I do get the following errors. Might this also affect pepstats?

image

@JanaSperschneider
Copy link
Owner

Can you find the first error that the make command throws? It would be higher up in the log file image you pasted.

@Patadu
Copy link
Author

Patadu commented Aug 12, 2024

Hi Jana,

I will try to run again the code today/tomorrow and I will update you about the error.

@Patadu
Copy link
Author

Patadu commented Aug 13, 2024

image

Hi Jana,

I complied again ./configure and make but I do not see any error (to be honest I would not know how to check for errors, i just scroll through the file). However, the same error appears at the end of make.

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