Hey Biostar Community.
Recently, I started diving into alternative splicing projects and tested DEXSeq, which works for me. A different approach would be to use rMATS, I thought, however, not an easy one as I fail to install this tool.
I ran from one error into the next and now I don't know how to proceed.
What I did was to setup an environment with conda and install the dependencies with a yml file:
name: rmats
channels:
- conda-forge
- defaults
dependencies:
- python=3.6.12
- cython=0.29.21
- blas
- lapack
- gsl=2.5
- gcc_linux-64>=5.4.0
- gfortran_linux-64
- cmake=3.15.4
- samtools
- star
- pairadise
Thereafter, I tried to build rMATS and ran into some errors, for which I needed to install other things (cannot remember anymore what exactly). And now, I got stuck.
When I build_rmats it stops at following step:
...
cd rMATS_pipeline; python setup.py build_ext;
running build_ext
cp `find ./rMATS_pipeline/build | grep so` .;
Cloning into 'PAIRADISE'...
remote: Enumerating objects: 137, done.
remote: Counting objects: 100% (83/83), done.
remote: Compressing objects: 100% (67/67), done.
fatal: the remote end hung up unexpectedlyB | 114.00 KiB/s
fatal: early EOF
fatal: index-pack failed
(rmats)
I repeated with new environments. Tried different approaches but somehow I always end up at this step failing.
Any suggestions? And also any suggestions what to use instead of rMATS that could be used purely inside of R, as I do alignment and counting with Rsburead and featurecounts.
Hello Biostar Community,
I use MacOS and I'd like to install rMATs into my Mac. I tried to install it several times and failed!!! Could you please help if you could install rMATs on Mac? Many thanks
Ryan