This is the error I am getting while trying to install rmats
I am the running the code in the bash:
(base) sara@Sara-ElGuendouzi:/mnt/c/WINDOWS/system32/rmats-turbo$ python ./rmats.py --b1 ./b1.txt --b2 ./b2.txt --gtf ./Homo_sapiens.GRCh37.75.gtf --readLength 50 --od ./test_data_bam_out --tmp ./test_data_bam_tmp
Traceback (most recent call last):
File "/mnt/c/WINDOWS/system32/rmats-turbo/./rmats.py", line 19, in <module>
from rmatspipeline import run_pipe
ModuleNotFoundError: No module named 'rmatspipeline'
Can anybody give me tips to resolve it ?