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

cannot find rmatspipeline #365

Open
theokirkland opened this issue Feb 14, 2024 · 9 comments
Open

cannot find rmatspipeline #365

theokirkland opened this issue Feb 14, 2024 · 9 comments

Comments

@theokirkland
Copy link

I am trying to run rMATS on a Debian system with Parallels

I have downloaded the system and most of the dependencies BUT

(rmats_env) (base) parallels@debian-gnu-linux-12:~/rMATS/rmats-turbo/rmats_env$ pip list
Package Version


Cython 3.0.8
pip 24.0
rmats.rmatspipeline 0.0.0
setuptools 69.0.2
wheel 0.42.0

When I try to run rmats the error is that rmats pipeline is not found. Any suggestions?

Thanks Theo

@EricKutschera
Copy link
Contributor

If you ran the build and it was successful then there should be a file like rmatspipeline.so

From the command prompt you posted it looks like you have a conda environment. In that case you could install the rmats package from bioconda:

conda install -c conda-forge -c bioconda rmats=4.2.0

@theokirkland
Copy link
Author

theokirkland commented Feb 16, 2024 via email

@theokirkland
Copy link
Author

theokirkland commented Feb 17, 2024 via email

@EricKutschera
Copy link
Contributor

It looks like the issue is that bioconda doesn't support aarch64 (ARM) yet:
bioconda/bioconda-recipes#23454

You could either wait for bioconda to support aarch64, or you could install the dependencies and run the rMATS build script: https://github.com/Xinglab/rmats-turbo/tree/v4.2.0?tab=readme-ov-file#dependencies

@theokirkland
Copy link
Author

theokirkland commented Feb 20, 2024 via email

@EricKutschera
Copy link
Contributor

-msse2 is a compiler flag that is added here:
https://github.com/Xinglab/rmats-turbo/blob/v4.2.0/rMATS_C/Makefile#L13

That flag is telling the compiler it can try to speed up the code with some special instructions. It's fine to just remove -msse2 from your downloaded copy of that file

@theokirkland
Copy link
Author

theokirkland commented Feb 20, 2024 via email

@EricKutschera
Copy link
Contributor

It looks like the issue may be a space between files in your --b1 and --b2 files. rMATS expects the format to be just a comma ',' between file paths, not comma space ', '

The messages about "found 6 times in .rmats files" or "not found in .rmats files" should go away if you use a new --tmp dir (or remove the contents from previous runs) and rerun with fixed --b1 and --b2 files

@theokirkland
Copy link
Author

theokirkland commented Feb 20, 2024 via email

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