-
Notifications
You must be signed in to change notification settings - Fork 54
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 rMATS on HPC #457
Comments
From You could try installing gfortran and then building from the source code again: https://gcc.gnu.org/wiki/GFortran |
Thank you so much for your quick reply, I really appreciate it. I will try installing |
Hi Eric, I’ve tried debugging the issue using gdb and valgrind, but I haven’t been able to resolve it. valgrind suggests that there might be memory-related issues, but I cannot pinpoint the exact cause. Below is the output, there might be an issue related to memory handling or an incompatibility with the HPC environment?
Any advice or possible fixes would be greatly appreciated. |
The error message from gdb shows an error with a blas library call, but it doesn't show where in the rmats code it happens
You could try compiling with debugging info: https://github.com/Xinglab/rmats-turbo/blob/v4.3.0/rMATS_C/Makefile#L13 change Then if you run in gdb like before, when it shows the segfault you can run |
I was not able to figure out the issue on the HPC clusters, but successfully ran |
Hi,
I ran rMATS on an HPC cluster, and there are two versions available as modules: rmats/4.1.2 and rmats/4.1.1. I also installed v4.3.0 from GitHub on the cluster (our clusters do not support conda). However, I’m encountering the same issue with all three versions:
I tried using the same versions of dependencies mentioned in the documentation, but for some, I wasn't able to use the specified versions (e.g., python/3.8.10 instead of python/3.6.12, proj4-fortran/1.0 ( proj4-fortran is a f77 and f90 wrappers for proj4) instead of gfortran (Fortran 77)).
I am getting this error when running the following command (v4.3.0):
Is there any solution to this on HPC?
Thank you!
The text was updated successfully, but these errors were encountered: