gladkia/igvR

Error: no slot of name "alignementj" for this object of class "GenomicAlignmentTrack"

Closed this issue · 1 comments

When I try to display a bam alignment track, I get the following error:

Error in sprintf("   writing bam file of size %d to %s", length(track@alignementj),  : 
  no slot of name "alignementj" for this object of class "GenomicAlignmentTrack"

R/igvR.R is the only file in which "alignementj" appears. Examining the slot names for the GenomicAlignmentTrack object, the closest is "alignment". The temporary fix is to set igv@quiet to TRUE, causing this code block to be skipped.

@genec1 typo fixed. Thank you for the bug report.