gggenomes icon indicating copy to clipboard operation
gggenomes copied to clipboard

"#" character in attributes breaks read_gff3()

Open thackl opened this issue 2 years ago • 0 comments

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 "#"...

thackl avatar Aug 09 '21 14:08 thackl