From: Ke J. <bio...@gm...> - 2022-02-15 21:31:16
|
Hi, After upgrading to 1.6.4, the CRAM tracks give an error ("e.bezierCurveTo is nor function") when rendering coverage plots (the BAM tracks are fine), the read alignment rendering part seems to be fine. Here is a screenshot and configuration. I'd like to put it here before taking it to github issues, maybe there is a simple fix or configuration error on my side. Thanks! Ke [image: ScreenShot.png] { "type": "AlignmentsTrack", "trackId": "SRR11185046_reads", "name": "SRR11185046", "category": [ "mRNASeq" ], "assemblyNames": [ "Porcine S. scrofa v11.1" ], "adapter": { "type": "CramAdapter", "cramLocation": { "uri": "data/porcine/Sscrofa11/mRNASeq/SRR11185046.cram" }, "craiLocation": { "uri": "data/porcine/Sscrofa11/mRNASeq/SRR11185046.cram.crai" }, "sequenceAdapter": { "type": "IndexedFastaAdapter", "fastaLocation": { "uri": "Sscrofa11.1.fa" }, "faiLocation": { "uri": "Sscrofa11.1.fa.fai" } } } }, |