Thank you for this. I have this code trying to visualize an alignment ``` files <- 'data/dta.fasta.aln' highline(files[1]) ``` and then I get this error ``` Error in exists(sequence, envir = data$compressed) : variable names are limited to 10000 bytes ```