Closed archana433 closed 4 years ago
Hi @archana433,
you always need to specify a region of interest using the -c
command line option.
Though, we might set the parameter as required and definitely need to give a more informative error message.
Thanks for reporting this.
Thank you,
used this command - ./sashimi-plot.py -b wt_chr2.bam -g Mus_musculus.GRCm38.99.gtf -o wt1
Traceback (most recent call last): File "./sashimi-plot.py", line 578, in
a, junctions = read_bam(bam, args.coordinates, args.strand)
File "./sashimi-plot.py", line 125, in readbam
, start, end = parse_coordinates(c)
File "./sashimi-plot.py", line 67, in parse_coordinates
c = c.replace(",", "")
AttributeError: 'NoneType' object has no attribute 'replace'