You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I installed ggsashimi and both examples in example_run.sh worked fine. But when I tried with my BAM file, named 2dpi.bam, I got the following error:
./sashimi-plot.py -b 2dpi.bam -c tig00000003:33700-34300
Error: unexpected symbol in " color_list = list(2dpi"
Execution halted
I started to mess around with different file names and when I changed 2dpi.bam to dpi2.bam it worked. It looks like if the BAM file name starts with a number ggsashimi gives the error above. Maybe this is an issue you would like to address in future versions of ggsashimi.
Hi,
I installed
ggsashimi
and both examples inexample_run.sh
worked fine. But when I tried with my BAM file, named2dpi.bam
, I got the following error:I started to mess around with different file names and when I changed
2dpi.bam
todpi2.bam
it worked. It looks like if the BAM file name starts with a numberggsashimi
gives the error above. Maybe this is an issue you would like to address in future versions ofggsashimi
.Package versions:
Python v3.7.3
R v3.5.1
ggplot2 v3.2.1
data.table v1.12.2
gridExtra v2.3
The text was updated successfully, but these errors were encountered: