Dear developers, I tried to use rbp-maps to plot splicing maps of specific RBPs. But I got an error about 'TypeError' and don't know how to resolve this.
Specifically, I installed rbp-maps by conda following the suggestions on GitHub. When I run the following code,
Traceback (most recent call last):
File "/.conda/envs/rbp-maps/bin/plot_map", line 11, in <module>
load_entry_point('rbp-maps==0.1.4', 'console_scripts', 'plot_map')()
File "build/bdist.linux-x86_64/egg/maps/plot_map.py", line 574, in main
File "build/bdist.linux-x86_64/egg/maps/plot_map.py", line 292, in check_for_index
File "/.conda/envs/rbp-maps/lib/python2.7/genericpath.py", line 26, in exists
os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found
So it seems that I missed some nessesary file paths, I guess this error may be caused by the miss of native_cassette_exons_all,natively_included_cassette_exons,natively_excluded_cassette_exons,native_cassette_exons_all.
But I got the same error when I added these files into my command:
So this error is not introduced by missing files, I have no ideas about how to resove it. In addition, whether the data using to plot the splicing map can be exported? So I can plot by ggplot2. Thanks for any help you can provide.
Dear developers, I tried to use rbp-maps to plot splicing maps of specific RBPs. But I got an error about 'TypeError' and don't know how to resolve this. Specifically, I installed rbp-maps by conda following the suggestions on GitHub. When I run the following code,
I got the following error,
So it seems that I missed some nessesary file paths, I guess this error may be caused by the miss of
native_cassette_exons_all
,natively_included_cassette_exons
,natively_excluded_cassette_exons
,native_cassette_exons_all
. But I got the same error when I added these files into my command:So this error is not introduced by missing files, I have no ideas about how to resove it. In addition, whether the data using to plot the splicing map can be exported? So I can plot by ggplot2. Thanks for any help you can provide.