thackl / gggenomes

A grammar of graphics for comparative genomics
https://thackl.github.io/gggenomes/
Other
581 stars 64 forks source link

"#" character in attributes breaks read_gff3() #67

Open thackl opened 3 years ago

thackl commented 3 years ago

read_gff3() is based on readr::read_tsv(). I use its comment="#" to skip comment lines. However, read_tsv() treats every occurrence of a "#" as the start of a comment, not just at the start of a line, and therefore, trims lines containing "#"...