Hi, I was trying to plot RI events from rMATS turbo v4.3.0, using rmats2sashimiplot which was installed in a python 2.7 environment, then I ran the following command and got a syntax error. Can anyone please help solve this issue? Thanks very much in advance!
rmats2sashimiplot --b1 W.txt \
--b2 Q.txt \
--event-type RI \
-e ./result/RI.MATS.JCEC.txt \
--l1 WT \
--l2 Q_i \
-o ./sashimi \
-c ../supportive/Drosophila_melanogaster.BDGP6.46.112.gff3 \
>
Traceback (most recent call last):
File "/home/xxxx/.conda/envs/darts/bin/rmats2sashimiplot", line 11, in <module>
load_entry_point('rmats2sashimiplot==3.0.0', 'console_scripts', 'rmats2sashimiplot')()
File "/home/xxxx/.conda/envs/darts/lib/python2.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/xxxx/.conda/envs/darts/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
return ep.load()
File "/home/xxxx/.conda/envs/darts/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load
return self.resolve()
File "/home/xxxx/.conda/envs/darts/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/xxxx/.conda/envs/darts/lib/python2.7/site-packages/rmats2sashimiplot-3.0.0-py2.7.egg/rmats2sashimiplot/rmats2sashimiplot.py", line 283
.format(id_str), file=sys.stderr)
^
SyntaxError: invalid syntax